If you want to access the database programs from Java, it is recommended that
you use a JDBC driver, because if you use ODBC, you will have to use a JDBC-ODBC
bridge which reduces performance and which makes deployment more difficult
because you need to install the ODBC driver on the machine from where you access
the database, while the JDBC driver can be located anywhere on your network
provided you put its location on the classpath.

You can download JDBC drivers freely from the internet. We downloaded a thin
Oracle JDBC driver (a type 4 JDBC driver) from the Oracle website. You might
check java.sun.com for available JDBC driver for SQL server.


------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to