SimpleDBDS.PutEx Method

The PutEx method sets the value of a property in the object or clears a property in the object. The change is not written back to database until and unless SetInfo is called. This method is similar to the Put method, except that it includes an option for clearing values.

Syntax

SimpleDBDS.PutEx(ControlCode, Column, Value)

Parameters

ControlCode
If this parameter is ADS_PROPERTY_CLEAR (1), the property specified by Column is cleared from the object. If this parameter is set to ADS_PROPERTY_UPDATE (2), the changes specified by Column and Value are applied.
Column
The name of the column in the database in which to store the value.
Value
The value to store in the database for the column.

Applies To

SimpleDBDS read/write


© 1997-1998 Microsoft Corporation. All rights reserved.