Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

we need some data which is stored on several Microsoft Access databases on our servers, and our application will be executed on a Linux machine.

So, our only alternative consist in using a JDBC Type 4 driver. In our research, we found two alternatives:

Has anyone here ever used one of these? How was your experience? Are they really good? Can we trust them?

share|improve this question
Both appear to have trial downloads, wouldn't you want to own this knowledge as opposed to trusting people on the internet? – Nick Veys Jan 8 '10 at 17:32
I've never used them (I only use real databases), but from what I have read, the HXTT is pretty good. – BalusC Jan 8 '10 at 17:33
@BalusC - Unfortunetelly this time this our only alternative is Microsoft Access (it's not our choice) :( – Kico Lobo Jan 8 '10 at 17:42
@Nick Veys - We know that. But we also want to know other people's opinion about it. – Kico Lobo Jan 8 '10 at 17:44

2 Answers

If the databases are in Access 2000 format you could take a look at Jackcess: http://jackcess.sourceforge.net/

share|improve this answer
We take a look at that, but theres a problem: it doesn't accept SQL queries. We have to iterate over records instead of just writing SQL against the database. But it's an option. Thanks for the tip! – Kico Lobo Jan 15 '10 at 11:08

We bought the StelsMDB driver and the result (and the pricing) is good.

Our application is not very complex but enough to break the ODBC-JDBC bridge.

share|improve this answer
How about the ammount of data? Does it work well with databases which carry something like 10.000 to 50.000 records? – Kico Lobo Jan 15 '10 at 11:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.