You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nParam
[in] The parameter number (offset from 1). Parameter 0 is reserved for return values. The parameter number is the index of the parameter based on its order in the SQL or stored procedure call. See SetParam for an example.
pLength
[out] A pointer to the variable containing the length in bytes of the specified parameter.
Remarks
The first override returns true on success or false on failure. The second override points to the memory containing the length of the parameter.