I need to get the next row if i run the program
Hello Frndz !!!
I am developing a standalone application. The problem is below..
I have a table with 3 rows.
TABLE
1.RAKESH
2.SUNEEL
3.SRIRAM
if i run the application 1st time, i want to get the first row( 1, RAKESH).
if i run the application 2nd time, i want to get second row(2, SUNEEL).
if i run the application 3rd time, i want to get third row(3, SRIRAM).
if i run the application 4th time, again i want to get rows from first(1, RAKESH).
in this way i want to repeat the content that is available in the table.PLZ help me....

