Of the 62 CLI functions, only three actually handle what we know as "SQL statements".
-
About SQL/CLI Statement Functions
Of the 62 CLI functions, only three actually handle what we know as "SQL st... -
Preparable SQL statements
Some SQL statements are not preparable. Here's the list of all possibilitie... -
SQLPrepare
Function Prototype: SQLRETURN SQLPrepare( SQLHSTMT hstmt, / -
SQLExecute
Function Prototype: SQLRETURN SQLExecute( SQLHSTMT hstmt ... -
SQLExecDirect
Function Prototype: SQLRETURN SQLExecDirect( SQLHSTMT hstmt, -
SQLEndTran
Function Prototype: SQLRETURN SQLEndTran( SQLSMALLINT HandleType,