Hello Everybody,
i use squirrelsql to connect to our progressSQL DB via ODBC Openedge 10.1C Driver.
The Connection worked well and i can send selfscripted querys without problems.
But i can't create SQL-Strings with SQL-Query Graph because the autom. created Scipt doesnt't contain the nessesary double quotation for field names.
For example the "Graph SQL" brings the following sql string:
select PUB.supp-id from PUB.adfc
but this doesn't work, progress needs this verson:
select distinct PUB."supp-id" from PUB.adfc
Is there a setting to resolve this issue?
Thanks,
Rene
|