vote up 1 vote down star
1

From Linux (Red Hat dist), we need to read an AS400 database. We have the ODBC driver to connect, what's the best query tool?

flag

75% accept rate
Could you provide some more details into what you're trying to achieve? Hard to determine the "best" without knowing wether you're aiming for stability / portability / performance / etc. – Tim Jan 28 at 22:09
Actually, best doesn't even need apply. I'm just looking for anything! Our company is interfacing with a third party system that runs on Linux. They need to be able to read our database from their system. Any Linux ODBC database tool would work. – Anthony Jan 29 at 1:38
We need more information. – Mike Wills Jan 29 at 1:41
Sorry, I don't have any more info. The best I can do is come up with an analogy: If I had a Windows PC and I needed to view a foreign computer database via ODBC, I'd use MS Access to link to it. What is the equivalent of MS Access on Linux? – Anthony Jan 29 at 2:20

3 Answers

vote up 1 vote down check

Kexi calls itself "Microsoft Access for Linux", and it's pretty good, but the ODBC driver isn't quite there yet.

A similar program is OpenOffice.org BASE. IMO, Kexi is a better overall product, but Base has an ODBC driver.

Lighter-weight graphical tools for databases with ODBC drivers include Datakiosk and Tora (which, despite its name, works with more than just Oracle).

What's "best"? Depends on your tastes and your needs. This is by no means an all-inclusive list.

link|flag
thanks! in my case, best just means anything at this point – Anthony Jan 29 at 3:33
vote up 0 vote down

Eclipse and Quantum DB

link|flag
vote up 0 vote down

They ended up using iSql to connect to the database. Thanks for all your suggestions.

link|flag

Your Answer

Get an OpenID
or

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