SQLPrepare

SQLPrepare compiles a SQL statement and stores the information in the provided statement handle.

Syntax :

RETCODE SQLPrepare (hStmt, statement, statementLen)

Arguments :

TypeNameDescription
SQLHSTMThStmtStatement handle
SQLCHAR *StatementSQL Statement string
SQLINTEGERStatementLenLength of the SQL statement
Page last modified on September 25, 2009, at 10:08 AM