Subject Re: [ib-support] Nextvall
Author Martijn Tonies
Hi,

Did you already download the documentation? You can get generator values
by using the GEN_ID function.

GEN_ID(mygen, 1) would be NEXTVAL and
GEN_ID(mygen, 0) would be CURRENTVAL

Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com

Upscene Productions
http://www.upscene.com

"This is an object-oriented system.
If we change anything, the users object."


> Hi,
>
> Is there any command for getting the last value of a generator, like
Nextval
> function at Oracle or Currval function?
>
> thanks,
>