| Author |
Guide Me On That
|
Muhammad Uzair Baig
Greenhorn
Joined: Mar 02, 2004
Posts: 12
|
|
Hello I am a table using sql than save it now i want to make connection with the java class using JDBC what should i do at DSN? Which driver i select? at what string pass to it(if any)?. Please help me on that. Thank You Best Regards Uzair Baig
|
 |
Stefan Wagner
Ranch Hand
Joined: Jun 02, 2003
Posts: 1923
|
|
You need to tell us at least what RDBMS you use. Oracle? Postgres? You need the name of the database (test, foo, shop, aerospace, ...?) You need an appropriate Driver for the RDBMS - look at the vendors-site (Oracle, Postgres). Look for a JDBC Driver, not JDBC-ODBC. And please use better question- titles the next time. (i.e.: How to connect to database XY?) [ April 06, 2004: Message edited by: Stefan Wagner ]
|
http://home.arcor.de/hirnstrom/bewerbung
|
 |
Muhammad Uzair Baig
Greenhorn
Joined: Mar 02, 2004
Posts: 12
|
|
Hi I using oracle my dear and i didnt found any appropriate driver. I Using Microsoft ODBC for oracle but it is not working. Best Regards Uzair Baig
|
 |
 |
|
|
subject: Guide Me On That
|
|
|