Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java db

Status
Not open for further replies.

DPUser

Technical User
Oct 17, 2003
16
US
I am new to Java(the only experience I had with Java is in college, developing toy applications) and need assistance with connecting to a database through a JDBC.

I have made an application using Access that connects to a database through an ODBC and am now trying to duplicate that database utilizing Java.

Can someone please help with the coding of connnecting to a database via JDBC.

Thank you
 
Check the Java tutorial. The coding is relatively simple and examples are included with just about any JDBC driver.

The J2SDK for Windows contains a demo driver which can connect to Access databases easily.
Remember that this is NOT a production quality driver and is not recommended (by Sun or anyone) for use in a production environment.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top