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

SQL Anywhere 11.0.1 (Deutsch) » UltraLite - C- und C++-Programmierung » API-Referenz » UltraLite ODBC API-Referenz

 

SQLPrepare-Funktion

Bereitet eine SQL-Anweisung zur Ausführung für UltraLite ODBC vor.

Syntax
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLPrepare (
SQLHSTMT StatementHandle,
SQLTCHAR * StatementText,
SQLINTEGER TextLength );
Parameter
  • StatementHandle   Ein Anweisungs-Handle.

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

  • TextLength   Die Länge von *StatementText

Siehe auch