AdoCommand:Dialect Assign

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoCommand Class >

AdoCommand:Dialect Assign

Previous pageReturn to chapter overviewNext page

Purpose

The Dialect of the AdoCommand object

 

Prototype

ASSIGN Dialect ( cDialect AS STRING )  AS STRING PASCAL CLASS AdoCommand

 

Argument(s)

cDialect        STRING Dialect

 

 

Description

The dialect defines 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, AdoCommand:Dialect