Saturday, July 2, 2011

Three programming activities JDBC



JDBC helps you to write java applications that manage these three programming activities:





  1. Connect to a data source, like a database


  2. Send queries and update statements to the database


  3. Retrieve and process the results received from the database in answer to your query

No comments:

Post a Comment