PersistFormatEnum

Applies to: Access 2013, Office 2013

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.

ADO/WFC equivalent

Package: com.ms.wfc.data

Constant

AdoEnums.PersistFormat.ADTG

AdoEnums.PersistFormat.XML