users@glassfish.java.net

Re: How to configure JDBC-ODBC driver as a JDBC resource?

From: <glassfish_at_javadesktop.org>
Date: Mon, 06 Oct 2008 23:22:09 PDT

This is a JDBC-ODBC bridge. The DSN contains information about the database that the ODBC driver needs to connect to. The DSN would contain information like databaseName, userName and password along with other details and may be secure in certain cases allowing only a single user to access the database. Instead of specifying all these details like userName, password, driverName and others as properties, a DSN is specified as a databaseName property.
[Message sent by forum member 'sm157516' (sm157516)]

http://forums.java.net/jive/thread.jspa?messageID=303654