how to :JDBC

mayank

Disciple
i need to connect java program to oracle database. how to confiqure JDBC and what code is used to connect to database.
---plz add useful link or provide code fragment
 
you'll have to add your database to the odbc manager through the control panel and then in the java program link the program to the databse
 
Back
Top