ComponentOne Query 8.0
Database Limitations on SQL

AllowExpressionInGroupBy

True, if the database allows calculated fields (expressions) in GROUP BY.

UseFieldAliasInOrderBy

If True, a calculated field (expression) can be represented in ORDER BY by its alias, otherwise, the full expression must be used in ORDER BY (or integer index, see UseIndexInOrderBy).

UseFieldAliasInGroupBy

If True, a calculated field (expression) can be represented in GROUP BY by its alias, otherwise, the full expression must be used in GROUP BY.

UseFieldAliasInWhere

If True, a calculated field (expression) can be represented in WHERE by its alias, otherwise, the full expression must be used in WHERE.

UseIndexInOrderBy

If True, the field’s integer index (its ordinal position in SELECT) is used in ORDER BY, instead of the field’s name.

CreateAliasForAggregatedField

If True (default), C1Query creates an alias for fields with aggregation. Example: alias Sum_of_Price for SUM(Price). You may have to set this property to False, if your database does not allow aliases for aggregated fields.

MaxNameLength

Determines maximum identifier length allowed in the database.

 

 


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

Product Support Forum  |  Documentation Feedback