At 5:38 PM +0200 6/2/04, Pix wrote:
There is a way to have the right last_inserted_rowid() ?

Don't use it. Instead, try substituting the string "old.id" for "last_insert_rowid()". You already know what the contact id is because its in "old.id". Moreover, "last_insert_rowid()" is completely unreliable for what you are doing, since any number of other database activity could have happened between your inserting and deleting the contacts row. -- Darren Duncan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to