Setting up Connection to MS Access DB on Sunone App Server 7
Hi,
I need some help on setting up a connection to a Microsoft Access DB on a sunone app server 7. The DSN for the access DB is given as Test.
Would I have to make changes to the server.xml, or do I need to make changes to the web.xml or both?
I would be using this for setting up the connection object in the code :
conn = DriverManager.getConnection("jdbc:odbc:Test");
Can you please drop some examples for setting these up?
Thanks a lot.

