|
From: Philip S. <phi...@gm...> - 2006-05-17 13:39:09
|
I googled "mysql front-end for Linux" First hit was Navicat, so you could try that. But there are many more. Basically you're going to have to migrate your db to mysql or postgresql. This is not too hard, and should be a forgiving process. You may dump your db into text format, then upload it into the new db (mysql?). If you have geographic data such as addresses, and you want to be able to map or query based on geography, I'd recommend Postgresql with the PostGIS extension. I've tried the open office 2.0 stuff and it does not work as well as mysql (although, isn't it supposedly built on it?) If you have a Mac, then I heartily recommend YourSQL as a front-end. Good luck. On 5/17/06, Joachim Kruyswijk <jo...@kr...> wrote: > > On Wednesday 17 May 2006 02:58, Dr. Juan Pedro S=E1nchez C. wrote: > > > [...] or, do you know of a database program with a GUI Interface > > that works in Linux? > > OpenOffice has a database with a GUI interface called Base (see > http://www.openoffice.org/product/base.html). The description seems to > come > close to your requirements. > > Another possibility is: using an Apache web server with PHP / mySQL, and > use > phpMyAdmin to get started. > > Regards, > > Joachim Kruyswijk > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev > --=20 Philip Stephens http://regal.sdsu.edu/pmwiki/Main/PhilipStephens |