Subject auto increment last insert
Author ArnoldGamboa.com
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