SimpleDBDS.GetInfo Method

The GetInfo method reloads data from the database into the object.

When a SimpleDBDS object is created, or opened with the GetObject function, its properties are initialized from the database. You need to call the GetInfo method only to refresh these values from the database if they may have changed. GetInfo overwrites any changes you have made to the property values cached in the object.

Syntax

SimpleDBDS.GetInfo()

Parameters

None.

Applies To

SimpleDBDS read only and read/write


© 1997-1998 Microsoft Corporation. All rights reserved.