I�m Tony. I�m trying to connect to FoxPro DB using JDBC ODBC bridge. And I�ve got a trouble with it.
I created an ODBC bridge at System DSN with: - Database Type: Free Table directory - Driver: - collating sequence: machine. - Exclusive: no checked. - Fetch data in background: checked.
And my coding is: try { // load driver... Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance();
It run properly if I deploy as a Java Application. But when I deployed on Web Application using WebSphere Application Server 6.0, it throws the errors: - java.sql.SQLException: [Microsoft][ODBC Visual FoxPro Driver]File 'users.dbf' does not exist.
Please help me to fix this trouble. I do appreciate.