×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: juan marin
Added: Aug 21, 2016 11:48 AM
Views: 2035
Tags: no tags
  1. /*
  2. The seven steps to database connectivity.
  3.     1.  Import java.sql
  4.     2.  load and register the driver.
  5.     3.  Create a connection.
  6.     4.  Create a Statement.
  7.     5.  Execute the query.
  8.     6.  Process the results.
  9.     7.  Close the connection.
  10.  
  11.  */