Hi all,
I'm new in this forum so please point me to the correct place where to post my question if this is not the correct one.
I'm currently trying to connect from an SAP java component to an 2003 MS access db. In the above SAP component we need to define what its known as a mode to allow updates, deletes and inserts actions to the an specific db table.
However, the connection could not be established since the following error message is obtained: ): ERROR: Attempt to access JDBC connection failed with "[Microsoft][ODBC Microsoft Access Driver]Optional feature not implemented"
The parameters being used are as follows:
JDBC Driver: sun.jdbc.odbc.JdbcOdbcDriver
Connection: jdbc
dbc
river={Microsoft Access Driver (*.mdb)};DBQ=C:/My.mdb
Is there any available workaround besides of using a non free third party JDBC-ODBC bridge? Is this a DB limitation or a JDBC driver limitation?
BTW, my platform is Windows Vista Home Basic. I’ve also tried on Windows 2003 Server SP2 but with the same result.
Could you please help me in determine the cause of this issue?
Thanks and best regards
I'm new in this forum so please point me to the correct place where to post my question if this is not the correct one.
I'm currently trying to connect from an SAP java component to an 2003 MS access db. In the above SAP component we need to define what its known as a mode to allow updates, deletes and inserts actions to the an specific db table.
However, the connection could not be established since the following error message is obtained: ): ERROR: Attempt to access JDBC connection failed with "[Microsoft][ODBC Microsoft Access Driver]Optional feature not implemented"
The parameters being used are as follows:
JDBC Driver: sun.jdbc.odbc.JdbcOdbcDriver
Connection: jdbc


Is there any available workaround besides of using a non free third party JDBC-ODBC bridge? Is this a DB limitation or a JDBC driver limitation?
BTW, my platform is Windows Vista Home Basic. I’ve also tried on Windows 2003 Server SP2 but with the same result.
Could you please help me in determine the cause of this issue?
Thanks and best regards
Last edited by a moderator: