property SQLite_fieldValueIsNullByName.
Checks whether field contents is NULL or not, by its name.
|
hSQlite3RecordSet
[in] . Handle of
recordset
fieldName
[in] . Field
name
pVal
[out,
retval] The returned value is TRUE if NULL, FALSE otherwise
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.