up vote 1 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

78% 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 '09 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 '09 at 1:38
We need more information. – Mike Wills Jan 29 '09 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 '09 at 2:20
feedback

2 Answers

up vote 1 down vote accepted

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|improve this answer
thanks! in my case, best just means anything at this point – Anthony Jan 29 '09 at 3:33
feedback

Eclipse and Quantum DB

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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