ComponentOne Query 8.0
FieldQuoteCriteria Property

Syntax

C1Query.SQLInfo.FieldQuoteCriteria= value

Notes

Read/Write at run time. Unavailable at design time. Property applies to SQLInfo object.

Values

This property can be a combination (sum) of the following values (including 0, meaning that quotation is never applied).

Constant Value and Name

Meaning

1 – c1qQuoteBlanks

Quote only if there are blanks in the name

2 – c1qQuoteNonAlpha

Quote if there are non-alphanumeric characters in the name

4 – c1qQuoteExtendedASCII

Quote if there are extended ASCII (non-English) characters in the name

8 – c1qQuoteAlways

Quote always

Description

This property determines the criteria when field names must be quoted. Default: c1qQuoteBlanks + c1qQuoteNonAlpha.

See Also

FieldQuote property

SQL Syntax Properties

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback