My .dbf files are at t:\dca\data\tables on mapped drive t:
Connection con = DriverManager.getConnection("jdbc:dbf:/T:/dca/data/tables") fails with the following error message:
java.sql.SQLException: com.hxtt.sql.dbf.DirectAccessDriver
|
>com.hxtt.sql.dbf.DirectAccessDriver
You should use com.hxtt.sql.dbf.DBFDriver
|
That is the driver I am loading as shown below:
Class.forname("com.hxtt.sql.dbf.DBFDriver");
|
What's your detailed error message?
|
java.sql.SQLException: com.hxtt.sql.dbf.DirectAccessDriver
Error Code: 32768 SQLState: 08000
|
It seems that you're using a very old HXTT DBF driver, you should upgrade to the latest package.
|