> 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?
> -- 
> Robb Kerr
> Digital IGUANA
> Helping Digital Artists Achieve their Dreams
> ----------------------------------------------------
> http://www.digitaliguana.com
> http://www.cancerreallysucks.org
>
What the heck... I'll go for it OT.

While MyISAM tables do not natively support foreign key constraints, this
has nothing to do with joined queries.... that is to select data from
multiple tables or even multiple databases in one query.

For a really cool tutorial see:
http://www.devshed.com/c/a/MySQL/Understanding-SQL-Joins/

Have fun,

Jim Grill

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

Reply via email to