you can only insert into one table at a time.
if these statements depend on another and your db is able to generate
transactions, then you can insert into your tables one by one and then
commit the transaction on success or rollback it in the end, if a insert
fails.
if you're db isn't able to gene
These guys probably have one for you.. "If you give a man a fish..." (as was
stated earlier in the week)
http://www.mysql.com/doc/I/N/INSERT.html
Later,
Bob Weaver
"Marc S. Bragg" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi there:
>
> Can canyone give