I have created a website, in that i'm having database connectivity. i want to use File DSN. is it possible to use File Dsn in jdbc-odbc connectivity.
Frank Carver
Sheriff
Joined: Jan 07, 1999
Posts: 6913
posted
0
"ganshre", The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements. Thanks.
Only if you are using an ODBC bridge driver like Sun's. This is kind of a slow way to handle your DB connectivity. Unless you are using MS Access there is probably a better driver available to you for JDBC connectivity.