AdoServer:Save()

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class > Methods >

AdoServer:Save()

Previous pageReturn to chapter overviewNext page

Purpose

Save the records of the server to a file

 

Prototype

METHOD Save ( cFile, nType )  

 

 

Argument(s)

cFile        (Optional) The complete path name of the file where the Recordset is to be saved

nType        (Optional) A PersistFormatEnum value that specifies the format in which the Recordset is to be saved (XML or ADTG). The default value is adPersistADTG

 

 

The server will send a NOTIFYFILECHANGE after the operation.

 

 

Return

NIL

 

See Also

AdoServer, AdoRecordset:Save(), AdoPersistFormatEnum