IBDAC

TIBCConnection.ParamByName Method

POrovides access to the OUT parameters and their values after processing SQL statement.

Class

TIBCConnection

Syntax

function ParamByName(const Name: string): TIBCParam;

Parameters
Name
Holds the parameter name.
Return Value
the corresponding parameter.

Remarks

Call the ParamByName method to get access to the OUT parameters and their values after processing SQL statement with ExecSQL or stored procedure with ExecProc. Name should be equal to the parameter name as it occurred in SQL statement.

Implicitly calls the TIBCSQL.ParamByName function of TIBCSQL.

See Also

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