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

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » UltraLite ODBC API 参考

 

SQLPrepare 函数

在 UltraLite ODBC 中,此函数用于准备要执行的 SQL 语句。

语法
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLPrepare (
SQLHSTMT StatementHandle,
SQLTCHAR * StatementText,
SQLINTEGER TextLength );
参数
  • StatementHandle   语句句柄。

  • StatementText   指向存放 SQL 语句文本的缓冲区的指针。

  • TextLength   *StatementText 的长度。

另请参见