lestatdelioncourt
Programmer
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.
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.