


This configuration variable tells the Acu4GL product whether to test for the IDENTIFIER-QUOTE-CHAR, and to use it if it is found. The variable is A-ODBC-QUOTE-IDENTIFIERS. If this variable is non-zero, and if the driver returns information about the IDENTIFIER-QUOTE-CHAR, then all identifiers sent in SQL to the driver will be quoted. This is useful for using MS Excel, for example, if the spreadsheet has column names with quotes or other strange characters. Notice that some drivers mistakenly report that they can handle quoted identifiers, which is why this variable is needed. If you set this variable to a non-zero value, and start getting errors about table not found or column not found, then this variable should not be used when communicating with that driver.
While the default value is "0", this configuration variable can also take values of "Yes," "No," "True," "False," "On," or "Off."