Subject | RE: [firebird-support] Generator |
---|---|
Author | Alan McDonald |
Post date | 2008-10-17T12:29:20Z |
> Hi,MySQL has no generators, you need to insert a record, then ask the server
>
> Sorry if this is off topic, I have been using Firebird for a long time,
> the generator is the one I
> use often too, now, I'm trying to convert a Firebird db to MySql, and I
> can not find generator
> in mysql, does anybody now what is the equivalent in mySQL? Thanks.
>
>
the ID of the last record inserted. The server gives you back the ID on a
per connection basis.
Alan