Subject Re: [firebird-php] auto increment last insert
Author Uwe Grauer
ArnoldGamboa.com wrote:

>
>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
>
>
Firebird is still Firebird instead of Firefox!

You can get the new ID before you insert the Record.
In a multiuser enviroment there is nothing like a last inserted ID.

Uwe