June 2001
Intermediate to advanced
620 pages
19h 29m
English
PersistFormatEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)
The PersistFormatEnum enumeration indicates in which format a Recordset object will be persisted.
Table E-35. The PersistFormatEnum Enumeration
|
Enumeration (ADO/WFC) |
Value |
Description |
|---|---|---|
AdPersistADTG (ADTG) |
0 |
Indicates that the Recordset object will be saved in the Microsoft Advanced Data TableGram (ADTG) format. |
AdPersistXML (XML) |
1 |
Indicates that the Recordset object will be saved in the Extensible Markup Language (XML) format. |
The PersistFormatEnum enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.PersistFormat.
Recordset.Save Method
Read now
Unlock full access