Hey,

I need to implement a database using MS Access. I am currently using a java platform and I dont know how to access the information stored in the database. I have used MySQL database in previous programs but it gave me some problems when loading the application.

Can anyone please help me with regards to accessing information in the database using a java application?? Coz this is drivin me nuts:cry:

Recommended Answers

All 2 Replies

What problems did you have with mySQL?
Unless they had to do with mySQL itself rather than the way you're using it you will almost certainly have the same problems with any database system.

You access MS Access in the same way you access mySQL after all, or any other database engine out there, using JDBC (most optimally hidden behind some indirection layer).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.