Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
1. create a ODBC data source pointing to your database assuming you named your data source as "data" database.driver=sun.jdbc.odbc.JdbcOdbcDriver just load the driver and establish the connection the same way u did with other databases, using the above driver and like-wise url (depending on your data source name)
Replies: |
Sponsored Links
|