Hi guys how are you?
I am having tough time extracting data from the ms database. I have three rows. WHat I want to do is the extract data from these three rows and pass to labels and display in the frame.
But I'm stuck on the first one. my program which uses rs.next() only prints the first row. That is all fine. What I want to do is put the condition after first row is displayed, like if a button is clicked then the second row should be extracted and passed to labels and displayed and so onwards.
The problem is I only know method rs.next() which is only passing the first row's values. How can I myself choose which row to printed after clicking of a button?
Guys help please!!