Subject | Re: [firebird-support] Listing current generator values, execute statement |
---|---|
Author | Martijn Tonies |
Post date | 2004-01-29T14:36:56Z |
Hi Bob,
Try "NUMERIC(18,0)" or "BIGINT" as the output type.
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
Try "NUMERIC(18,0)" or "BIGINT" as the output type.
> Using FB1.5, dialect 1, I'm trying to put together a stored proc to returnWith regards,
> the current values of all non-system generators. However, I seem to be
> having a problem with the new EXECUTE STATEMENT:
>
> create procedure debug_get_generator_values
> returns (GENERATOR_NAME varchar(35), CURRENT_VALUE integer)
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com