Hi All,
I have a java application which uses jdbc-odbc bridge. Now I have two options for deploying that application on a linux machine:-
1. Modify the source to use JDBC driver to connect to MSSQL server.
2. Configure ODBC DSN on linux machine.
Which method is better ? I tried configuring ODBC DSN but couldn't succeed.
One more doubt. If I modify the source to use JDBC driver (freetds-java) then is it sufficient to modify only Class.forName() statement ?
regards