Computer Science, asked by snehaldongare15, 6 months ago

how can retrieve information from a resultset

Answers

Answered by Anonymous
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 crazygirl60
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