1.

Solve : Jdbc with MS Access?

Answer»

hello

I am trying to enter values in MS Access database using a JDBc code
but its not working

is it true that jdbc is not compatible with ms access
thanks in advanceQuote

is it true that jdbc is not compatible with ms access

Not true! MICROSOFT provides an access method called ODBC which Access can understand. Sun provides a bridge from JDBC to ODBC. You can setup either a DSN or DSN-less connection.

Check out either this ARTICLE or this one.

Good luck.


Discussion

No Comment Found