SetRecordValueNull - method of the PmaDatabase object
Description:
Writing the "empty value" into the item of the database table record on the current position.
Syntax:
Empty SetRecordValueNull(Variant vField)
Parameters:
vField | (Variant) Name or index of the item (zero-based index) |
---|
Note:
This method
is not functional if the "
Technology" configurator is set to
Access through ODBC.
Example:
JavaScriptVBScriptSelect and copy to clipboard
oDb.SetRecordValueNull(5);
oDb.SetRecordValueNull 5