SQLiteDatabase.ShortColumnNames
From Xojo Documentation
![]() |
This item was deprecated in version 2021r1. |
Property (As Boolean )
aSQLiteDatabase.ShortColumnNames = newBooleanValue
or
BooleanValue = aSQLiteDatabase.ShortColumnNames
Supported for all project types and targets.
or
BooleanValue = aSQLiteDatabase.ShortColumnNames
Supported for all project types and targets.
If True, the column names as they appear in table schemas for query results are used whenever possible. Aliased columns and ambiguous columns will be fully qualified. If False, the column names are used exactly as they appeared in the original query. The default value is False.
Example
This code disables short column names: