what is the best way to put resultset data into a text file?

Posted by Guru1985 on Stack Overflow See other posts from Stack Overflow or by Guru1985
Published on 2010-04-22T07:27:26Z Indexed on 2010/04/22 7:33 UTC
Read the original article Hit count: 150

Filed under:
|
|

I want to put all the data in the resultset into a text file in the same order. Is there any method to get data in all the rows at once and write to a file or have to write it row by row?

© Stack Overflow or respective owner

Related posts about java

Related posts about jdbc