aspose file tools
The moose likes JDBC and the fly likes Access database without using jdbc-odbc? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Access database without using jdbc-odbc?" Watch "Access database without using jdbc-odbc?" New topic
Author

Access database without using jdbc-odbc?

Tom Barns
Ranch Hand

Joined: Oct 27, 2000
Posts: 138
Hi All
is there anyway to access database(db2) without using odbc?
please let me know.
thanks

Thanks for your help.
bill bozeman
Ranch Hand

Joined: Jun 30, 2000
Posts: 1070
There may be a way, but it may involve you creating your own driver to get connected, which means you are still using JDBC. You don't have to use ODBC, but you would then need JDBC. Am I correct about that?
Bill
Thomas Paul
mister krabs
Ranch Hand

Joined: May 05, 2000
Posts: 13974
Check the list of drivers at the sun site:
http://industry.java.sun.com/products/jdbc/drivers
I counted 5 different type 3 or 4 drivers for DB2.


Associate Instructor - Hofstra University
Amazon Top 750 reviewer - Blog - Unresolved References - Book Review Blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Access database without using jdbc-odbc?
 
Similar Threads
Database connection without creating datasource
Server stops automatically with EXCEPTION_ACCESS_VIOLATION
java.sql.Date problem
Connection to Dbase
How to open ".mdb" file(access database) by java code