I'm attempting to create and
test an
EJB that reads an MS Access database. The EJB test client loads fine and I'm able to enter my key. When invoking the request it terminates with:
"java.rmi.ServerException: RemoteException occurred in server
thread; nested exception is: com.ibm.ejs.persistence.EJSPersistenceException: getPStmt failed; nested exception is: java.sql.SQLException: [Microsoft]{ODBC Microsoft Access Driver]Option feature not implemented"
From what I can make of it, I'm missing an ODBC driver, but I can't figure out where to get the uninstalled feature and most likely even when (or if) I do, how to install it.
Any help?