Is it possible to set-up a JDBC connection from an IPA?
JDBC Driver:
jdbc:odbcriver={Microsoft Access Driver (*.mdb, *.accdb)}
Database URL:
jdbc:odbc://C:\users\karen.sheridan\access\nonemployeeproject\;DatabaseName=nonemployee.accdb
I know this won't work on the server side. But I'm not getting pasted the driver set-up.
Test Connection error message:
SQL Test Connection: JDBC Driver jdbc:odbcriver={Microsoft Access Driver (*.mdb, *.accdb)} not found in classpath. Please add jdbc driver to Infor Process Server classpath.
The jar files in the LIB\jdbc directory on my laptop:
ojdbc7.jar, sqljdbc4.jar, db2jcc_license_cu.jar, db2jcc4.jar
If it can be set-up, will this type of connect only work running local?
Thanks in advance,
Karen