SimpleDBDS.Put Method
The Put method sets the value of a property in the object. This value is not written back to database until and unless SetInfo is called.
Syntax
SimpleDBDS.Put(Column, Value)
Parameters
- 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.
Example
See SimpleDBDS Object Overview.
Applies To
SimpleDBDS read/write
© 1997-2000 Microsoft Corporation. All rights reserved.