I want to connect my java application with access data base, I run java in linux.
Class.forName("sun.jdbc.JdbcOdbcDriver");
DriverManager.getConnection("jdbc:odbc://192.168.0.0/dsn","","");
here dsn is the name of the dsn created on the windows system.
dsn - user, file, system dsn have been created and tested,
which driver do I have to use?
if the url used by me was correct?