From: "Robb Kerr" <[EMAIL PROTECTED]>
That brings up another question which I know actually belongs over on the MySQL board, but since the question arose here I thought I'd post here. I understood that MyISAM tables could not be relational. Do you mean that I can create JOINs between MyISAM tables? Maybe I need to do some more research into table types?
Yes, you can do JOINs between MyISAM tables. You can just not enforce referential integrity between MyISAM tables from within the database.
---John Holmes...
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php