IBDAC

TIBCScript.Params Property

Used to hold the parameters for a SQL script.

Class

TIBCScript

Syntax

property Params: TIBCParams;

Remarks

Contains the parameters for a SQL script.

Access Params at runtime to view and set parameter names, values, and data types dynamically (at design time use the Parameters editor to set parameter information). Params is a zero-based array of parameter records. Index specifies the array element to access.

An easier way to set and retrieve parameter values when the name of each parameter is known is to call ParamByName.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback