Subject RE: [firebird-support] Generator
Author Alan McDonald
> Hi,
>
> 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.
>
>

MySQL has no generators, you need to insert a record, then ask the server
the ID of the last record inserted. The server gives you back the ID on a
per connection basis.
Alan