Jump to content
xisto Community
Sign in to follow this  
unstoppable13

To Get Data In Jtable From Access

Recommended Posts

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.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.