Executes a SQL statement, for UltraLite ODBC.
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLExecDirect ( SQLHSTMT StatementHandle, SQLTCHAR * StatementText, SQLINTEGER TextLength );
StatementHandle A statement handle.
StatementText The text of the SQL statement.
TextLength The length of *StatementText.
Unlike SQLExecute, the statement does not need to be prepared before being executed using SQLExecDirect.
SQLExecDirect has slower performance than SQLExecute for statements executed repeatedly.
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |