Retrieving data from the Database
When an SQL SELECT
statement in your application will retrieve more
than one row, a cursor must be used to pass the selected data to the program one row at a
time.
When an SQL SELECT
statement in your application will retrieve more
than one row, a cursor must be used to pass the selected data to the program one row at a
time.