Subject | RE: [IBO] Firebird 2: "default" parameters in stored procedures |
---|---|
Author | Jason Wharton |
Post date | 2006-01-20T23:11:02Z |
> I do not want to supply any values myself, I want IBO not to passThis would be possible with the existing data structures of the API but I
> any values to the server, so that the server can use the default
> values it has in its procedure definition.
would need to know how it was accommodated. To my knowledge they would have
to have added a new status to the SQLVAR.SQLInd structure that recognized an
UNBOUND state as well as an IS NULL or IS NOT NULL state. Being that they
are working with a 2-byte field to indicate the SQLInd status they certainly
could use a value to indicate UNBOUND.
Jason