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?
-
No, you need only the ODBC Access driver. I think last one is here: microsoft.com/en-US/download/details.aspx?id=13255PeterMmm– PeterMmm2014-06-20 05:51:28 +00:00Commented 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?Alexander– Alexander2014-06-20 06:49:02 +00:00Commented Jun 20, 2014 at 6:49
Add a comment
|