Subject | Porting from mysql to firebird |
---|---|
Author | Datatal AB - Gauffin, Jonas |
Post date | 2003-02-21T08:47:11Z |
Hello
I'm about to port my application from using mysql to firebird.
Although Im going to do some testing first. In mysql there are a sql function called last_insert_id() the returns the last inserted primary key (if the column got the type AUTO_INCREMENT).
Are there a similiar function in firebird? That is, auto_increment and last_insert_id()?
Thanks,
Jonas