NumParameters (ODBCResultSet - LotusScript)

Returns the number of parameters in an SQL statement.

Defined in

ODBCResultSet

Syntax

num% = odbcResultSet . NumParameters

Return value

num%

Integer. Returns the number of parameters in the SQL statement associated with the ResultSet object or zero if there are no parameters.

Errors

No query object (DBstsNQOJ)

Example