-
Help with JDBC driver
I am looking for to free JDBC driver for MS Access 2000. I having problems using the JDBC:ODBC bridge driver in NetBeans - since it doesn't look like the bridge driver supports all the functionality needed by NetBeans.
I am building something of to hobby project so don't want to have to pay for to commercial JDBC driver for MS Access.
Also I need all the useful and didactic information that they know of JDBC:ODBC.
Thanks.
Daniel:o
-
I found this web-site:
Jackcess - Java Library for MS Access
which is a free library for connecting to Access 2000 data sources.
I don't think it is a standard JDBC driver, rather just some library functions that enable you to connect to an Access 2000 database in Java programs. I have yet to explore the functionality of this product and see how good it is.
Greetings.
Albert:rolleyes:
-
A few links that might be useful in doing JDBC development:
Greetings.
Marcus:cool: