Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSAccess and JDBC 1

Status
Not open for further replies.

lestatdelioncourt

Programmer
Joined
Aug 29, 2002
Messages
52
Location
BN
Is there any way to connect to an MSAccess Database using JDBC without using an ODBC link?

I can do this for MSSQL using

com.microsoft.jdbc.sqlserver.SQLServerDriver()

But I can not find an MSAccess equvalent. The reason that I can not use ODBC is I am connecting from and AS/400.
 
>> Is there any way to connect to an MSAccess Database
>> using JDBC without using an ODBC link?

not unless you can find a JDBC driver for access that does not rely on ODBC. I have not done an exhastive search but my belief is that it does not exist.

does that help?

 
thanks I thought that was the case but was hoping there might have been a driver out there that I just could not find
 
A company called aveConnect offers a JDBC driver that does not use ODBC....

aveConnect JDBC Driver for MS Access is a Type III (Net Protocol - Pure Java) JDBC Driver. Using a Pure Java JDBC driver instead of JDBC - ODBC Bridge and an ODBC driver eliminates the client configuration required by ODBC.



There are more Driver...see list on Sun's site...


Hope this help...
 
JVZ, not that i plan on using it but it's great information anyway, thanks.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top