SQLNumParams

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.

TypeNameDescription'''
SQLHSTMThstmtStatement handle
SQLSMALLINT *countPtrNumber of parameters in the statement
Page last modified on September 25, 2009, at 10:16 AM