Previous in Contents Next in Contents

Inserting a New Record Using SimpleDBDS

When a SimpleDBDS object is created, or opened with the GetObject function, it queries the database. If no matching record is found, a new object containing no properties is returned.

To insert a new record, create a SimpleDBDS object that does not return an existing record, set any desired properties using the Put method, and use the SetInfo method to write the record to the database.


© 1997-2000 Microsoft Corporation. All rights reserved.