JDBC CODING
Setting up ODBC
Administrative Tools->Data Sources (ODBC).
Next you have to add a data source that the JDBC-ODBC Bridge driver can open.
To do so, click add.
Make sure you select "Microsoft Access Driver" as shown above and click finish.
In the next screen enter a name for your data source - this is the name you will use in your Java code to open your database. Also enter a description. Use the "Select" button to browse for your database on your PC.
Below is what you should now have:
Click Ok. Your database will now be in the list of data sources
No comments:
Post a Comment