Link to home
Start Free TrialLog in
Avatar of Carter_Machinery
Carter_MachineryFlag for United States of America

asked on

Using Java and Microsoft Access

Im developing a web page and Im using some java app's along with the page and would like to know if there are some good links or info that you all could help me out with in creating a connection to an Access database through java. That is if its possible! :)

Thanks in advance!!
ASKER CERTIFIED SOLUTION
Avatar of mr_egyptian
mr_egyptian
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Carter_Machinery

ASKER

Do you have a recommendation mr egyptian?
A couple of open source alternatives, both of which are more scalable and non-proprietary:
 
PostgreSQL
http://jdbc.postgresql.org/

MySQL
http://dev.mysql.com/usingmysql/java/
Thanks for the info!!
SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial