| |
|
Welcome to KnowledgeSutra - Dear Guest | |
To Get Data In Jtable From Access
Started by unstoppable13, Dec 11 2010 05:31 PM
1 reply to this topic
#2
Posted 18 November 2011 - 05:30 AM
Connecting to an Access database requires you to make a JDBC connection. You can look up articles on using JDBC and can connect to the Access database either by using a JDBC driver specifically for connecting to the Access database or by using a general-purpose ODBC-JDBC driver and having ODBC handle the database-specific connection aspects.
If you are planning to develop commercial applications at some point in the future, I would recommend that you consider using another database such as the Microsoft SQL Server or the Oracle database, or perhaps even the MySQL database if you want something that you can use for free, for storing your data.
If you are planning to develop commercial applications at some point in the future, I would recommend that you consider using another database such as the Microsoft SQL Server or the Oracle database, or perhaps even the MySQL database if you want something that you can use for free, for storing your data.
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users













