Subject | Re: [firebird-php] auto increment last insert |
---|---|
Author | Uwe Grauer |
Post date | 2004-11-24T12:11:32Z |
ArnoldGamboa.com wrote:
You can get the new ID before you insert the Record.
In a multiuser enviroment there is nothing like a last inserted ID.
Uwe
>Firebird is still Firebird instead of Firefox!
>Hi
>
>I believe that Firefox uses gen_id to trigger a generator to be used
>for auto incrementing values. Mysql on PHP has an easy way
>(mysql_insert_id) in determining the last inserted id. Do we have a
>corresponding feature like this for firebird?
>
>Thanks.
>
>Arnold
>
>
You can get the new ID before you insert the Record.
In a multiuser enviroment there is nothing like a last inserted ID.
Uwe