![]() |
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:
Add that entry of the Access database in the User DSN (Control Panel -> ODBC Data Sources -> select Access Driver). Once that is done u can use that datasource in ur java code using the sun provided jdbc-odbc drivers. // Load the driver to allow connection to the database To decide on which database to use for a site is purely a business decision.. personally i feel that Oracle is better given its reliability and stability.
Replies:
|
Sponsored Links
|