AdoCommand:Dialect

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoCommand Class >

AdoCommand:Dialect

Previous pageReturn to chapter overviewNext page

Purpose

The Dialect of the AdoCommand object

 

Prototype

PROPERTY Dialect AS STRING 

 

Data Type

STRING         Dialect

 

Description

The dialect dAdoCommandefines the syntax and general rules that the provider uses to parse the string or stream.

The Dialect property contains a valid GUID that represents the dialect of the command text or stream. The default value for this property is C8B521FB-5CF3-11CE-ADE5-00AA0044773D, which indicates that the provider should choose how to interpret the command text or stream.

 

See Also

AdoCommand