DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Java (http://www.daniweb.com/forums/forum9.html)
-   -   MS Access database and java (http://www.daniweb.com/forums/thread53335.html)

nixlie Aug 25th, 2006 6:47 am
MS Access database and java
 
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:

hooknc Aug 25th, 2006 11:58 am
Re: MS Access database and java
 
You will need to use JDBC to access the database.

Here is a link that was found with a simple "JDBC Access" google search.

http://www.javaworld.com/javaworld/j...22-access.html

jwenting Aug 25th, 2006 1:24 pm
Re: MS Access database and java
 
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).


All times are GMT -4. The time now is 7:31 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC