Answer to Question #36113 in Programming & Computer Science for Olushola Michael

Question #36113
How do I spool EACH row result from a single SELECT sql statement to different output file?

SELECT * FROM myTable WHERE columnId < 45;

while (rs.next(){
result of row1 goes to row1.txt;
result of row2 goes to row2.txt;
result of row3 goes to row3.txt;
result of row4 goes to row4.txt;
}
0
Expert's answer

Answer in progress...

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS