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