Re: GUI for MySQL with constraints
lark wrote:
> == Quote from EgregioSignore (cranioN0sp4m@libero.it)'s article
>> Hi!
>> I need an advice.
>> I need a (FREE) GUI for MySQL, capable of handling
>> constraints. SQLyog seems to do the job but I miss a very
>> important thing:
>> with FOREIGN KEYS, when I insert data
>> in the partent table, I expect NOT to insert the index
>> referencing to the child table, but I'd rather expect
>> a combo box or similar so I can insert my field WITHOUT
>> looking every time for the correct ID.
>> Is there a free GUI that is capable of handling data in
>> this way? (I mean a stand-alone, not web-based like myphpadmin).
>> If not, any commercial one?
>> Or, is there a way with views or other SQL-magic to do
>> the job?
>> sorry for my english and thanks in advance to everyone!
>
>
> maybe try dbvisualizer. it's pretty good.
> --
> POST BY: lark with PHP News Reader
Seems to do the job... but only with the commercial
version (the free one lets me see relations but as far
as I have understood, I have to insert values by
SQL O_o so no gain for what I need)...
anyway thanks a lot pal, it seems a very good
s/w!
|