0

I have a MS Access database. My goal is to create a simple program to manage said database (i.e. add, modify, and/or delete information). Do I need to have Access installed in order for this program to work?

2
  • No, you need only the ODBC Access driver. I think last one is here: microsoft.com/en-US/download/details.aspx?id=13255 Commented Jun 20, 2014 at 5:51
  • @PeterMmm If I move my database to Java DB, I won't need to deal with ODBC and just with JDBC right? Commented Jun 20, 2014 at 6:49

1 Answer 1

1

No, you don't really need to have the full Microsoft Access application installed on a machine in order to manipulate an Access .accdb or .mdb database from Java. In most cases you don't even have to use ODBC. For more information see the related question here:

Manipulating an Access database from Java without ODBC

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.