| Author |
Resource for beginner to connect jdbc-odbc
|
Rachit Kumar Saxena
Ranch Hand
Joined: Dec 24, 2011
Posts: 48
|
|
|
Hello there!!!I wanted to start developing applications using connectivity betweeen java and oracle rdbms like my sql.Please suggest any resources to give me a headstart,giving the details of the settings needed to set up the environment.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
Do you want to use an Oracle database server or a MySQL database server? (Let's ignore the fact that Oracle owns MySQL these days.)
For JDBC itself, start at http://docs.oracle.com/javase/tutorial/jdbc/index.html
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Rachit Kumar Saxena
Ranch Hand
Joined: Dec 24, 2011
Posts: 48
|
|
|
I wanted to work on IBM DB2.Can you help me by providing links to get started.
|
 |
William P O'Sullivan
Ranch Hand
Joined: Mar 28, 2012
Posts: 860
|
|
DB2 connectivity is quite similar.
You will need a jar file, e.g: db2jcc4-9.5.1.jar and some sample programs.
WP
|
 |
 |
|
|
subject: Resource for beginner to connect jdbc-odbc
|
|
|