I need to connect to a local *.mdb (MS Access)-File from a Java
application.
Can anyone recommend a useful java-library for this purpose. (Just a
library, so I can use it on muliple-platforms).
David
David
It is part of the java.sql package.
--
'------------------------------
' John Mishefske
'------------------------------
> David
John Mishefske schrieb:
<snip>Quote:> Java includes a JDBC-ODBC bridge that you can use to read Access
> databases.
this is not portable. see the requirement below:
robertQuote:> > Can anyone recommend a useful java-library for this purpose. (Just a
> > library, so I can use it on muliple-platforms).
--
Robert Klemme
Software Engineer
-------------------------------------------------------------
myview technologies GmbH & Co. KG
Riemekestra?e 160 ~ D-33106 Paderborn ~ Germany
Telefon: +49/5251/69090-321 ~ Fax: +49/5251/69090-399
-------------------------------------------------------------
You could also look at the work done here
http://mdbtools.sourceforge.net/.
On Mon, 02 Jul 2001 18:13:03 +0200, Robert Klemme
>John Mishefske schrieb:
>> =
>> Java includes a JDBC-ODBC bridge that you can use to read Access
>> databases.
><snip>
>this is not portable. see the requirement below:
> =
>> > Can anyone recommend a useful java-library for this purpose. (Just a
>> > library, so I can use it on muliple-platforms).
> robert
>-- =
>Robert Klemme
>Software Engineer
>-------------------------------------------------------------
>myview technologies GmbH & Co. KG
>Riemekestra=DFe 160 ~ D-33106 Paderborn ~ Germany
>Telefon: +49/5251/69090-321 ~ Fax: +49/5251/69090-399
>-------------------------------------------------------------
You don't need a library !
Simply use the JDBC features from JDK.
Check out package java.sql.* and others.
rgds ernst
> David
If you need a JDBC driver to connect to MS Access you might want to
have a look at the type3 DataDirect SequeLink driver. This is a 100%
pure JAVA JDBC driver that is completly portable. It also uses TCP/IP
to communicate with server component so your client tier doesn't need
to have file access to the place where you have stored the actual
MDBs.
A free eval is available on www.merant.com/datadirect.
Cheers,
Dimitri
> David
> It is part of the java.sql package.
> --
> '------------------------------
> ' John Mishefske
> '------------------------------
> > I need to connect to a local *.mdb (MS Access)-File from a Java
> > application.
> > Can anyone recommend a useful java-library for this purpose. (Just a
> > library, so I can use it on muliple-platforms).
> > David
1. JDBC Driver for MS Access (Not JDBC-ODBC Driver)
Hello.
Anyone knows if there is a JDBC Driver for MS Access 97 (not the JDBC-ODBC
bridge) ?
Thanks for your help
David Ralluy
3. Looking for JDBC-MS Access drivers
5. looking for FREE JDBC drivers for MS Access
7. newbee Jdbc-Odbc bridge driver with MS-Access
8. Mutating Tables and RI Constraints
9. jdbc/odbc driver and ms-access with an applet
10. SQL Delete Syntax for using MS Access with JDBC-ODBC Bridge Driver
11. JDBC-ODBC Driver and MS ACCESS
12. JDBC or ODBC Drivers for MS Access 2.0?
13. connect to the MS Access database without using the ODBC driver for MS Access