Is it possible to write one INSERT statement to populate multiple tables? __________________________________ Craig Hoffman - eClimb Media
v: (847) 644 - 8914 f: (847) 866 - 1946 e: choffman@xxxxxxxxxx w: www.eclimb.net _________________________________
Nope. One record, one insert.
Well, actually, some DBs support multiple inserts with one query (such as mysql 4) but not into multiple tables.
-- paperCrane <Justin Patrin>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php