![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> I am a java starter and am trying to write records to an output text file. I am getting these records into a "resultset" ineterface from a database using JDBC.I want to know how can i do the following thing in java:- > for example say there are two fields per record > e.g example1 String Name = "Sunil" > So the output in the text file would be "Sunil1234" > example2 String Name contains Null >
Replies: |
Sponsored Links
|