Subject RE: [IBO] Firebird 2: "default" parameters in stored procedures
Author Jason Wharton
> I do not want to supply any values myself, I want IBO not to pass
> any values to the server, so that the server can use the default
> values it has in its procedure definition.

This would be possible with the existing data structures of the API but I
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