Problem in reading rows from mysql
Posted by: krishna umareddy
Date: November 14, 2011 12:10AM

Hi All,

This is krishna, i am facing one problem regarding mysql table reading and handling.

Problem: I hava one table callled Table1 it has 100 rows. i write the code for reading data from Table.

....
...
while(rs.next){

x=rs.getString("columnName");

}

i am abele to read and print data from Table1.Now My question is when ever a row is readed i need to perform some action,here i am facing my task is not completed the control goes to next row.

please help me if anyone aware of it.


Thanks ,
krishna

Options: ReplyQuote


Subject
Views
Written By
Posted
Problem in reading rows from mysql
1335
November 14, 2011 12:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.