EntityDAC

TEntityConnection.ExecuteCursor

Executes a Cursor directly in the database.

Unit

Syntax

Remarks

Call the ExecuteCursor method to execute a Cursor directly in the database. Supply the Params collection with the parameters accordingly to the ones in the Cursor which itself is passed in the SQL string parameter. The TSQLStatement.Params array must contain all IN and OUT parameters defined in the Cursor. For OUT parameters provide any values of valid types so that they are explicitly defined before call to the method.

See Also

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