All
Can Java connect to MS ACCESS as database using jdbc or odbc? please help
David Segall - 23 Sep 2007 07:38 GMT
>All
>
>Can Java connect to MS ACCESS as database using jdbc or odbc? please help
Sun list 23 JDBC drivers for MS Access
<http://developers.sun.com/product/jdbc/drivers>. The Java SDK comes
with the JDBC-ODBC bridge driver
<http://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/bridge.doc.html>
which allows you to connect to MS Access using Microsoft's ODBC
driver. Sun don't recommend its use for production work but then few
people would recommend an Access data base for production work.
Roedy Green - 23 Sep 2007 08:49 GMT
On Sun, 23 Sep 2007 04:24:03 GMT, "timothy ma and constance lee"
<timcons1@shaw.ca> wrote, quoted or indirectly quoted someone who said
>Can Java connect to MS ACCESS as database using jdbc or odbc? please help
see http://mindprod.com/jgloss/jdbc.html#CONNECTING the odbc bridge.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Roedy Green - 23 Sep 2007 09:17 GMT
On Sun, 23 Sep 2007 04:24:03 GMT, "timothy ma and constance lee"
<timcons1@shaw.ca> wrote, quoted or indirectly quoted someone who said
>Can Java connect to MS ACCESS as database using jdbc or odbc? please help
There are quite a few JDBC drivers for Access. See
http://developers.sun.com/product/jdbc/drivers
You can also use the el-cheapo ODBC bridge approach.
see http://mindprod.com/jgloss/jdbc.html#CONNECTING

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com