Prepares a SQL statement for execution, for UltraLite ODBC.
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLPrepare (
SQLHSTMT StatementHandle,
SQLTCHAR * StatementText,
SQLINTEGER TextLength );
StatementHandle A statement handle.
StatementText A pointer to a buffer that holds the SQL statement text.
TextLength The length of *StatementText.