Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+11 votes

Im struggling to connect the database I created in access to java. If you have any experience doing this of any database knowledge in general please let me know!! It would be greatly appreciated :)

asked in CSC305 Fall 2019 by (1 point)

1 Answer

+3 votes

I've never used Access to create database but I know another tool called MySQL (which you can also create a local database on your machine) and it's pretty straightforward to connect it to Java (as far as I know). Maybe you want to try it out!
https://www.mysql.com/downloads/
https://stackoverflow.com/questions/51078149/mysql-connection-with-eclipse

answered by (1 point)
...