On 31.01.2013 09:11, Meissner, Rene wrote:
> 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?
No, there is not. This is a bug. You may want to file it here:
https://sourceforge.net/p/squirrel-sql/bugs/
Sorry
Gerd
|