What database tool to use on Linux to read an as/400 database? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T06:34:49Z http://stackoverflow.com/feeds/question/489555 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/489555/what-database-tool-to-use-on-linux-to-read-an-as-400-database 1 What database tool to use on Linux to read an as/400 database? Anthony 2009-01-28T21:50:47Z 2009-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#490333 1 Answer by ephemient for What database tool to use on Linux to read an as/400 database? ephemient 2009-01-29T02:44:01Z 2009-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#490610 0 Answer by Mike Wills for What database tool to use on Linux to read an as/400 database? Mike Wills 2009-01-29T05:51:37Z 2009-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#505497 0 Answer by Anthony for What database tool to use on Linux to read an as/400 database? Anthony 2009-02-02T23:50:20Z 2009-02-02T23:50:20Z <p>They ended up using iSql to connect to the database. Thanks for all your suggestions.</p>