JDBC Driver for MsAccess which will work on Unix [

2019-08-27 14:22发布

I need a JDBC driver for MsAccess to be used in a Unix environment

I would strongly 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

2条回答
在下西门庆
2楼-- · 2019-08-27 14:38

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.

查看更多
We Are One
3楼-- · 2019-08-27 14:55

Can you just use a JDBC-ODBC bridge for it. If you must do SQL, I've found that to be the best way.

查看更多
登录 后发表回答