JDBC Driver for MsAccess which will work on Unix [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI need a JDBC driver for MsAccess to be used in a Unix environment
I would strongly开发者_Go百科 prefer it to be an open-source
Also it should support SQL statements
(Jackcess came close to being my choice- but it doesn't support SQL queries) http://jackcess.sourceforge.net/faq.html#query
I'd recommend to use a Type 4 JDBC driver (i.e. full Java), more precisely the driver from HXTT (see this answer for some alternatives). Sadly, it's not an open source driver and it's not free. But if you are using Oracle, I think you can spend around 300 bucks for a driver.
Can you just use a JDBC-ODBC bridge for it. If you must do SQL, I've found that to be the best way.
精彩评论