MySQL Forums
Forum List  »  MySQL Query Browser

Re: Edit button grey on some tables
Posted by: Bugsley Monroe
Date: February 25, 2005 01:40PM

Yes the tables all have keys. For instance the product_t table has:

oid : status : otype : subdivision_id : solution_id
23 : 1 : /Product : 0 : 11

and the product_images_t table has :
oid : roid : image
23 : 4 : 23
23 : 3 : 13
23 : 2 : 12

the solution_t table has:
oid : status : otype : subdivision_id
11 : 1 : /Solution : 8

subdivision_solutions_t:
oid : roid : product_oid
11 : 2 : 23

...and so on. The CGI/XML for my app works great. I know that the DB works. I'm just attempting to remove records with your GUI, in the hopes that my client might be able to use it in the future. It looks like I might have to add additional foreign keys just to make the Administrator work. That's not necessarily what I want to do.

Options: ReplyQuote


Subject
Written By
Posted
November 04, 2004 07:42PM
Re: Edit button grey on some tables
February 25, 2005 01:40PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.