I'm using JDBC-ODBC driver to access MS Access tables.
(Earlier when it was based on MySQL, it was running fine).
While running the program, I get error:
getEmployeeName: Prepare Statement Error ...
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver]Optional feature
not implemented
at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
at sun.jdbc.odbc.JdbcOdbc.SQLBindInParameterBigint(Unknown Source)
at sun.jdbc.odbc.JdbcOdbcPreparedStatement.setLong(Unknown Source)
There are also commercial versions of a real JDBC Access driver (rather than the JDBC-ODBC bridge) that might more fully implement the JDBC specification for Access.