| AutoDefineParams property |
Applies to
TIB_StoredProc
Declaration
Property AutoDefineParams : boolean;
Description
If you do not know the names of the input parameters then set this to
true amd have them defined for you internally. This will cause the system
metadata to be queried in order to figure it out so it is to your advantage
to provide them if you can in order to avoid this extra piece of work.