Specifies whether you want PocketBuilder to enclose the names of tables, columns, indexes, and constraints in double quotes when it generates SQL statements. This affects the behavior of any PocketBuilder painter that generates SQL syntax.
When to specify DelimitIdentifier
You must specify the DelimitIdentifier DBParm parameter before connecting to
the database in PocketBuilder.
ODBC
UL9 UltraLite 9
UL10 UltraLite 10
DelimitIdentifier = ‘value’
Parameter |
Description |
---|---|
value |
Specifies whether you want PocketBuilder to enclose table and column names in double quotes. Values are: |
For ODBC, the default value for the DelimitIdentifier parameter depends on the DelimitIdentifer setting in the pkodb25 initialization file, which is ‘YES’ by default. For UltraLite, DelimitIdentifier=‘NO’.
For ODBC, the DelimitIdentifier DBParm setting overrides the DelimitIdentifier setting specified for your ODBC driver in the pkodb25 initialization file.
To specify that PocketBuilder should not enclose table and column names in double quotes when it generates SQL statements: