1 / 7

Advanced OOP MCS-3 OOP BSCS-3 Lecture # 23

Advanced OOP MCS-3 OOP BSCS-3 Lecture # 23. Database Connectivity in Java. STEP 4 : Process Results. ResultSet object maintains a cursor pointing to its current row of data. Database Connectivity in Java. STEP 4 : Process Results. Database Connectivity in Java.

rupert
Download Presentation

Advanced OOP MCS-3 OOP BSCS-3 Lecture # 23

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Advanced OOP MCS-3 OOP BSCS-3Lecture # 23

  2. Database Connectivity in Java STEP 4: Process Results • ResultSetobject maintains a cursor pointing to its current row of data.

  3. Database Connectivity in Java STEP 4: Process Results

  4. Database Connectivity in Java STEP 4: Process Results

  5. Database Connectivity in Java STEP 4: Process Results • ResultSet.FETCH_FORWARD • ResultSet.FETCH_REVERSE

  6. Database Connectivity in Java STEP 5: Close • It is a good idea to close the Statement and Connection objects when you have finished with them. • Close the ResultSetobject • close(); • Close the Statement object • close(); • Close the connection • close();

  7. Good Luck ! ☻. . .

More Related