Are you trying to append records that conform to the field descriptions of the "MakeTable" ? or Are you trying to alter a table by adding an additional field ? If the latter is true, then you cannot accomplish this task using the append action query. Please explain more clearly.
Just FYI...
There is a great utility for Unix and Windows called grep.
You can tell it to search for any pattern and pipe it to a file of your choice. I've used this utility on Unix, AS400 and WINNT and it works like a charm. Here is an example.
grep ^117 nameoffiletosearch >...
Just FYI...
There is a great utility for Unix and Windows called grep.
You can tell it to search for any pattern and pipe it to a file of your choice. I've used this utility on Unix, AS400 and WINNT and it works like a charm. Here is an example.
grep ^117 nameoffiletosearch >...
It's just a hunch, but perhaps your object of "out" should not refer to the "System".out.println(contents.toString), but rather out.println(contents.toString()); I ran it within the IDE and it seems to work fine. As before I fixed that, I was getting text printed out to my...
I just imported this code into VAJ 4.0 just because its late and I can't sleep. 4.0 complains that "The method "write" invoked for type javax.swing.JTextArea with arguments (java.lang.String) is not defined. I'll see what I can come up with.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.