A Power Builder 11 application is facing issues with DB queries through ODBC driver on a windows 2008 server. Below are details.
Application has query in format like select "column1" from "table1" . Application uses MSSQL Database. This application used to run fine on Windows 2003 server through ODBC Drivers, however the application is now failing on Windows 2008 server.
After detailed analysis i found that query are failing through ODBC driver on Windows 2008 server due to quoted identifier formatting. I tried to modify quoted_identifier attribute but it doesn't help. When i remove quote " from query , it works fine. however its practically impossible to make such change as application has thousand of such queries. Both 2003 and 2008 has different SQL drivers , however backend database remains the same.
I cannot update quoted identifier attribute on database as its being used by other systems. Please suggest how it can be fixed through application or ODBC Drivers.