PDA

View Full Version : DBDesigner4



eadz
05-06-2004, 05:03 PM
DBDesigner 4 (http://www.fabforce.net/dbdesigner4/) is a free GUI tool for mysql. It can design databases graphically and save directly into mysq. As well as supporting foriegn keys, it can also edit the data. The guy who wrote this tool was hired by MySQL ( the company ) and is now working on official MySQL gui tools.

http://www.eadz.co.nz/blog/mysql-gui.jpg

It's GPL and 8.7 MB. I know it's kind of big, but this and MySQL is the GNU world's answer to Access.

probono
05-06-2004, 09:10 PM
Yes, I also like it very much, and you can run it on Knoppix with simply a klik: http://klik.berlios.de/

Because it's so easily klik-able and because it will be of use only for few people, I would not include it into Knoppix however due to the limited space.

eco2geek
05-06-2004, 11:26 PM
There was an article in the April issue of Linux Format about KOffice 1.3 that mentions that the KOffice developers are working on a database app named Kexi (project home (http://www.kexi-project.org/about.html); another description (http://www.koffice.org/kexi/)). According to Linux Format: "The program is supposed to do just what one would expect: to replace tools like MS Access or FoxPro in creating, updating and querying databases." Supposed to be out of beta later this year.

nishtya
05-07-2004, 02:07 AM
KDE has a lot to offer beyond desktop gui and eye candy. I closely watch karbon for improvements in order to replace illustrator and as a former Access dba, watch for kexi's public debut as well :o

user unknown
05-09-2004, 05:53 AM
Well - I voted against.

a) few users need a database.

b) those who need should use postgresql, because it's much better. MySql doesn't even support nested queries (subqueries). Unfortunely MySql made the race in the last time - from installation-count. Probably because of it's silly name.

c) The most useless application on Windows is Access.

There are heretic movements to make linux as ugly and useless as windows, and I cannot support that.

If you design a database, make it in sql.

You can run this script on every database that clamps to the sql-standards.
In Access you can not. No create statements in the midage sql-box, no update, no insert.

Your work is lost!

If you cut 'n' paste well formatted sql-statements into the sql-box, it's lost.
A colleague created reports on his home with access, carried them to the firma, and they didn't work.
Errormessages were needless.

We created the reports with a connection to an sqlserver 7.0 and shipped it to the customer, but it wasn't possible to connect them to a different server over there.

When I here 'MS Access' I pull my revolver.
And I'm not sorry about that.

And there are a lot of other DB-Tools (DbVisualizer for instance). It works with different databases - not only one. We have odbc, jdbc and I don't know how many interfaces to databases. Building a generic tool is a poor decision in my eyes.

And it violates the linux-way: independency.

nishtya
05-09-2004, 08:47 PM
Again, I eagerly await Kexi news. As anywhere, there of those who don't have anything better to contribute than attack. I earned my living with a Fortune 100 for 13 months on an Access project. It wasn't perfect, it did the job, and I kept a roof over my head.

Not sticking around for anymore attacks on anything, anybody

baldyeti
05-09-2004, 10:37 PM
Well, I voted for - if only to please our host ;-)

And cool down, "unknown", I too tend to like postgresql better (more complete and more standard) but in the real worl, people get things done with access or mysql.

The app looks neat, but if the developer has been hired by mysql, there's zero chance it'll ever become a multi-db tool. I'd love to be proven wrong, but I'm afraid exactly the same happened to the developer of the excellent tora (http://www.globecom.se/tora/) who got hired by the makers of toad which it was starting to emulate to well for its own good...

Actually since knoppix comes with a 1.4 jre anyway, a java solution would be nice, especially since JDBC drivers generally are just one jar archive away and would be no prob to use even on a live CD. But dbVisulaizer is not GPL, and squirrel (http://squirrel-sql.sourceforge.net/) although useful is still a tad limited... Anyone know of a better contender?

baldyeti
05-10-2004, 10:41 AM
Hi again; on second thought, SQuirreL (http://sourceforge.net/projects/squirrel-sql/) might currently be our best bet.
Its home page has links to resources that can help one locate all kinds of JDBC drivers.
We might primarily be interested in the following:

PostgreSQL driver (http://jdbc.postgresql.org/download.html)
MySQL Connector/J (http://dev.mysql.com/downloads/connector/j/3.0.html)
MS SQL server & Sybase jTDS driver (http://jtds.sourceforge.net/)
Oracle driver (http://otn.oracle.com/software/tech/java/sqlj_jdbc/index.html) (probably requires a free OTN registration)

I've only played with it using the Oracle and SqlServer drivers. If you guys could give a look at how usable the free db drivers are, we might move this to a wiki page...

Also, there's a knoppix remaster named pollix (http://moe.tnc.edu.tw/~kendrew/pollix/) which has squirrel and a java mysql driver.