This function returns the number of parameter markers in an SQL statement.
Syntax :
RETCODE SQLNumParams ( hstmt, countPtr);
Arguments:
The arguments for SQLNumParams are listed in below table.
| Type | Name | Description''' |
| SQLHSTMT | hstmt | Statement handle |
| SQLSMALLINT * | countPtr | Number of parameters in the statement |