What database tool to use on Linux to read an as/400 database? - Stack Overflow most recent 30 from stackoverflow.com2009-12-23T06:34:49Zhttp://stackoverflow.com/feeds/question/489555http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/489555/what-database-tool-to-use-on-linux-to-read-an-as-400-database1What database tool to use on Linux to read an as/400 database?Anthony2009-01-28T21:50:47Z2009-02-02T23:50:20Z
<p>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?</p>
http://stackoverflow.com/questions/489555/what-database-tool-to-use-on-linux-to-read-an-as-400-database/490333#4903331Answer by ephemient for What database tool to use on Linux to read an as/400 database?ephemient2009-01-29T02:44:01Z2009-01-29T02:44:01Z<p><a href="http://kexi-project.org/" rel="nofollow">Kexi</a> calls itself "Microsoft Access for Linux", and it's pretty good, but the <a href="http://kexi-project.org/wiki/wikiview/index.php@ODBCDriver.html" rel="nofollow">ODBC driver</a> isn't quite there yet.</p>
<p>A similar program is <a href="http://www.openoffice.org/product/base.html" rel="nofollow">OpenOffice.org BASE</a>. IMO, Kexi is a better overall product, but Base has an ODBC driver.</p>
<p>Lighter-weight graphical tools for databases with ODBC drivers include <a href="http://extragear.kde.org/apps/datakiosk/" rel="nofollow">Datakiosk</a> and <a href="http://tora.sourceforge.net" rel="nofollow">Tora</a> (which, despite its name, works with more than just Oracle).</p>
<p>What's "best"? Depends on your tastes and your needs. This is by no means an all-inclusive list.</p>
http://stackoverflow.com/questions/489555/what-database-tool-to-use-on-linux-to-read-an-as-400-database/490610#4906100Answer by Mike Wills for What database tool to use on Linux to read an as/400 database?Mike Wills2009-01-29T05:51:37Z2009-01-29T05:51:37Z<p>Eclipse and Quantum DB</p>
http://stackoverflow.com/questions/489555/what-database-tool-to-use-on-linux-to-read-an-as-400-database/505497#5054970Answer by Anthony for What database tool to use on Linux to read an as/400 database?Anthony2009-02-02T23:50:20Z2009-02-02T23:50:20Z<p>They ended up using iSql to connect to the database. Thanks for all your suggestions.</p>