If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > designing relational integrity & Constraints

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-18-04, 09:12
H2O H2O is offline
Registered User
 
Join Date: Oct 2003
Posts: 24
designing relational integrity & Constraints

Is there a grafical tool (out there!! :-)) that help creating&designing the referential integritys of MySQL a database ?

I mean graphical tool, something like the IDE of ACCESS....
with drag&drop....


H2O

I do not dare to ask for the same thing, for creating the query.... or should I dare ?!?
Reply With Quote
  #2 (permalink)  
Old 02-18-04, 09:31
Mastulator Mastulator is offline
Registered User
 
Join Date: Feb 2004
Posts: 14
MySQL does not support triggers or foreign keys (which you'd need to maintain referential integrity automatically).
__________________
The Mastulator
Reply With Quote
  #3 (permalink)  
Old 02-18-04, 10:49
H2O H2O is offline
Registered User
 
Join Date: Oct 2003
Posts: 24
Quote:
Originally posted by Mastulator
MySQL does not support triggers or foreign keys (which you'd need to maintain referential integrity automatically).
look out !!
MySQL DOES support R.I. !
It does it simply using it with InnoDB tables !!

And about triggers... we are waiting them in the final 5.1.

By now you can have stored procedurew as well..........


H2O
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On