A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Databases
»
JDBC
Author
Access database without using jdbc-odbc?
Tom Barns
Ranch Hand
Joined: Oct 27, 2000
Posts: 138
posted
Feb 16, 2001 06:14:00
0
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
posted
Feb 16, 2001 08:03:00
0
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
posted
Feb 16, 2001 09:34:00
0
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
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter