Prepares a SQL statement for execution, for UltraLite ODBC.
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLPrepare ( SQLHSTMT StatementHandle, SQLTCHAR * StatementText, SQLINTEGER TextLength );
StatementHandle A statement handle.
StatementText A pointer to a buffer that holds the SQL statement text.
TextLength The length of *StatementText.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |