My requirement is to use MS Access database using java.
What would be the best solution? Should I download and use sun.jdbc.odbc.JdbcOdbcDriver or should I follow the usual way of connecting to Access database by configuring it in WIndows system?
The application will run on Windows system and I am using Ubuntu for development.
What will be the best approach?