Thread: without ODBC
View Single Post
  #2 (permalink)  
Old 06-13-2007, 04:22 PM
Peter Peter is offline
Senior Member
 
Join Date: Jun 2007
Posts: 119
Peter is on a distinguished road
You count with JDBC = Java Database Connectivity
This is the standard to connect to a data base from java. The API defines the method and interfaces to connect
You have to download the jar, and then put it in the classpath of your application
Reply With Quote