| Author |
how to use JDBC with mySQL and oracle
|
riyaz udeen
Ranch Hand
Joined: Sep 11, 2005
Posts: 66
|
|
Dear brothers and sisters , i want to know how to use jdbc with mySQL 4.1 and oracle 9i,9.0,8. I need what are the things to be filled in the place of '?' for mysql 4.1, oracle 9i,9.0,8i. Class.forName("???"); DriverManager.getConnection("???"); moreover there are connector.jar files for oracle and mysql. so where we have to place them under which directory. Thanks in advance.
|
 |
Muhammad Saifuddin
Ranch Hand
Joined: Dec 06, 2005
Posts: 1318
|
|
Java Doc would be your first place to playing around JDBC. JDBC Basic and another article regarding Using JDBC with MySQL hope it helps..
|
Saifuddin..
[Linkedin] How To Ask Questions On JavaRanch My OpenSource
|
 |
riyaz udeen
Ranch Hand
Joined: Sep 11, 2005
Posts: 66
|
|
|
thanks saifuddin.
|
 |
 |
|
|
subject: how to use JDBC with mySQL and oracle
|
|
|