SQL Statement Execution Functions
OdbcPrepare Function
Prepares a SQL statement and associates it with a cursor.
OdbcExecute Function
Executes a SQL statement associated with a cursor.
OdbcExecDirect Function
Prepares and executes a SQL statement.
OdbcParamData Function
Determines which data the script has to send to the data source.
OdbcCancel Function
Terminates the SQL statement processing.
Parent topic:
ODBC Functions Overview