| title | PersistFormatEnum | Microsoft Docs | |
|---|---|---|
| ms.prod | sql | |
| ms.prod_service | connectivity | |
| ms.technology | connectivity | |
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.reviewer | ||
| ms.topic | conceptual | |
| apitype | COM | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | ebe1a2ab-e9f1-43a2-8f94-b190c9613d70 | |
| author | MightyPen | |
| ms.author | genemi |
Specifies the format in which to save a Recordset.
| Constant | Value | Description |
|---|---|---|
| adPersistADTG | 0 | Indicates Microsoft Advanced Data TableGram (ADTG) format. |
| adPersistADO | 1 | Indicates that ADO's own Extensible Markup Language (XML) format will be used. This value is the same as adPersistXML and is included for backwards compatibility. |
| adPersistXML | 1 | Indicates Extensible Markup Language (XML) format. |
| adPersistProviderSpecific | 2 | Indicates that the provider will persist the Recordset using its own format. |
Package: com.ms.wfc.data
| Constant |
|---|
| AdoEnums.PersistFormat.ADTG |
| AdoEnums.PersistFormat.XML |