Output parameter of type Bigint in Stored Procedure
Posted: Sat 06 Oct 2007 00:28
Hi all,
please, how to retrieve an output parameter from a StoredProc when it is of type Bigint?
Is there something like a IBCStoredProc.ParamByName('BIGPAR').AsInt64 ?
Something that will not typecast it to 32bit integer.
please, how to retrieve an output parameter from a StoredProc when it is of type Bigint?
Is there something like a IBCStoredProc.ParamByName('BIGPAR').AsInt64 ?
Something that will not typecast it to 32bit integer.