Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Databases > Re: JDBC
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 3693 of 3747
Post > Topic >>

Re: JDBC

by Chase Preuninger <chasepreuninger@[EMAIL PROTECTED] > Mar 30, 2008 at 11:32 AM

If your new to java JDBC can be very complex.  Here are some simple
steps that are for you to figure out how to do.

1)Set the driver which is one of the system properties
2)Create a connection using the DriveManager class
3)Use that connection to create statements
4)Use those statements to execute queries and return result sets
5)When finished close all statements, result sets, and connections

Note that if you use the same statement twice to return a result set
then if you call the previous result set there will be an error
because it is no longer open.

http://groups.google.com/group/java-software-develoupment?hl=en




 1 Posts in Topic:
Re: JDBC
Chase Preuninger <chas  2008-03-30 11:32:42 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed May 14 2:27:17 CDT 2008.