Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » UltraLite ODBC API reference

 

SQLPrepare function

Prepares a SQL statement for execution, for UltraLite ODBC.

Syntax
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLPrepare (
SQLHSTMT StatementHandle,
SQLTCHAR * StatementText,
SQLINTEGER TextLength );
Parameters
  • StatementHandle   A statement handle.

  • StatementText   A pointer to a buffer that holds the SQL statement text.

  • TextLength   The length of *StatementText.

See also