how can retrieve information from a resultset
Answers
Answered by
2
As mentioned previously, you access the data in a ResultSet object through a cursor, which points to one row in the ResultSet object. However, when a ResultSet object is first created, the cursor is positioned before the first row. The method CoffeeTables. viewTable moves the cursor by calling the ResultSet.
Answered by
1
Answer❤️
- As mentioned previously, you access the data in a ResultSet object through a cursor, which points to one row in the ResultSet object. However, when a ResultSet object is first created, the cursor is positioned before the first row. The method CoffeeTables. viewTable moves the cursor by calling the ResultSet.
@ crazygirl60 ❤️
Similar questions