IDalCommandEx.SetCurrentParamsRow

Syntax

SetCurrentParamsRow(Value: Integer);

Parameters

Value. Parameter set index.

Description

The SetCurrentParamsRow method determines the current set of parameter values.

Comments

After determining the set, determine parameter values in the IDalCommand.Params collection.

Example

The example of use is given in description of the ExecuteEx method.

See also:

IDalCommandEx