DBStorage.GetData Method

The GetData method retrieves the specified data from a DBStorage object. If the data is found, this method creates and returns an OrderForm or Dictionary object (depending on the ProgID parameter passed to the InitStorage method) containing the requested data.

The GetData method is preferred over LookupData when the column being searched is the key.

Syntax

DBStorage.GetData(Null, Value)

Parameters

Null
This parameter is required for compatibility with Commerce Server 2.0, but is not used.
Value
The value of the key field for which to get data.

Related Topics


© 1997-1998 Microsoft Corporation. All rights reserved.