<< Click to Display Table of Contents >> AdoServer:Save() |
![]() ![]() ![]() |
Save the records of the server to a file
METHOD Save ( cFile, nType ) CLASS AdoServer
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.
NIL
AdoServer, AdoRecordset:Save(), AdoPersistFormatEnum