MySQL Forums
Forum List  »  Newbie

Re: records in different tables at once
Posted by: Felix Geerinckx
Date: June 29, 2005 03:10AM

oliver voegeli wrote:

> 1: insert record into STATISTIK
> 2: get last key (LAST_INSERT_ID())
> 3: insert record into ANSWER, using key from STATISTIK
>
> does behave PHP synchronous? I mean, when I do the command for the first step, will PHP wait 'till it
> continues with step 2?

Yes.

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
Re: records in different tables at once
June 29, 2005 03:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.