In ASA 9, the word “window” is a reserved word. As a result, SELECT statements on a column with the name window do not work correctly. There are several ways to work around this issue:
Set the DelimitIdentifier database parameter to “Yes” in the ConnectString.
Set the ASA database option “SET OPTION NON_KEYWORDS = ‘WINDOW’”.
Enclose the column name in quotation marks in SQL statements.
[CR 334166]