Copyright © 2001 Qusay H. Mahmoud
Close the connection
l
Once the SQL statements have been executed
and the results have been retrieved, close the
connection:
l
l
stmt.close();
l
con.close();
l