[snip]
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?
[/snip]

MyISAMs can be JOINED, but there are no true primary key and foreign key
constraints.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to