在 UltraLite ODBC 中,此函数用于准备要执行的 SQL 语句。
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLPrepare ( SQLHSTMT StatementHandle, SQLTCHAR * StatementText, SQLINTEGER TextLength );
StatementHandle 语句句柄。
StatementText 指向存放 SQL 语句文本的缓冲区的指针。
TextLength *StatementText 的长度。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |