Please enable JavaScript to view this site.

ESL Documentation

Command Name

Level

Purpose

EDSExecute

Core

Executes a prepared statement.

EDSExecDirect

Core

Executes a statement.

EDSNativeSql

Level 2

Returns the actual text of a SQL statement as translated by the driver.

EDSDescribeParam

Level 2

Returns the description for a specified parameter in a prepared statement.

EDSNumParams

Level 2

Returns the number of parameters in a statement.

EDSParamData

Level 1

Used in conjunction with EDSPutData to supply parameter data at execution time. (Useful for long data values.)

EDSPutData

Level 1

Send part or all of a data value for a parameter. (Useful for long data values.)