In Adaptive Server Anywhere (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 NON_KEYWORDS ASA database option:
SET OPTION NON_KEYWORDS = ‘WINDOW’
Enclose the column name in quotation marks in SQL statements.
[CR 334166]
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |