Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
void SetParamNull( int nIndex**, BOOL** bNull = TRUE );
Parameters
nIndex
The zero-based index of the parameter.
bNull
If TRUE (the default value), the parameter is flagged as Null. Otherwise, the parameter is flagged as non-Null.
Remarks
Call this member function to flag a parameter as Null (specifically having no value) or as non-Null. Unlike SetFieldNull, you can call SetParamNull before you have opened the recordset.
SetParamNull is typically used with predefined queries (stored procedures).
CRecordset Overview | Class Members | Hierarchy Chart
See Also CRecordset::FlushResultSet