Beginning MySQL Tutorial One of the fastest SQL (Structured Query Language) database servers currently on the market is the MySQL server, developed by T.c.X. DataKonsultAB. MySQL, available for download at http://www.mysql.com, offers the data base programmer with an array of options and capabilities rarely seen in other database servers. What's more, MySQL is free of charge for those wishing to use it for private and commercial use.
| Name: |
Todd Giaquinto |
| Subject: |
Does MySQL support table relationships? |
| Date: |
02-07-2000 05:36PM |
I am finally moving a database application over from MS Access to MySQL. Everything has transitioned nicely, except for automatic deletion of related table records. For instance, in Access deleting an entry in my "customer" table would automatically delete customer information records in a separate table (linked together by primary key). Is the table relationship stuff Access-specific? If not, is there a way to achieve this effect in MySQL?
Regards,
Todd
|
Other posts in this thread:
| Top | | Does MySQL support table relationships? | Todd Giaquinto | 02-07-2000 05:36PM |
Reply to this post:
|
 |
Visit the MySQL Forum!
New On DevShed:
Hot Forum Topics:
|