GetAsString

Description

Returns a string representation of the datasource.

Syntax

Function GetAsString()

Parameters

none

Return Values

string - the data source in a string format

Example:

Dim str

str = DS.GetAsString()

See also

SetDS

DS