METHOD:

 

 

 

 

 

 

 

DESCRIPTION:

 

 

Saves the contents of a rowset to stream object.

 

 

 

 

PROPERTY OF:

 

 

ADORowset

 

 

 

 

SYNTAX:

 

 

<oRef>.saveToStream(<stream expO>[,<format expC>])

 

<oRef>

 

 

The rowset you want to save.

 

<stream expO>

 

 

The pointer to stream object.

 

 

<format expC>

 

 

The name of the format in which the rowset is to be saved. Available formats:

 

XML

Extensible Markup Language

 

ADTG

Microsoft Advanced Data TableGram (Default)

 

PROVIDER

The current database provider will use own format.

 

If ommitted, the default is ADTG format.

 

 

 

DESCRIPTION:

 

 

The rowset are saved beginning with the first row. 

 

When the save() method is finished, the current row position is moved to the first row of the rowset.

 

 

 

 

For best results, set the client-side cursor with save() method.