Does anyone recall where the setting is to allow/ignore double quote characters around table and column names? I'm able to execute queries against a dw or via the DB painter, but I get an error when querying an ASA local DB when running the application via PB 2019. Thank you, ME
- Mike Eder
- PowerBuilder
- Wednesday, 24 March 2021 18:49 PM UTC
- Page :
- 1
There are no replies made for this question yet.
However, you are not allowed to reply to this question.
However, you are not allowed to reply to this question.
The other option is to set the quoted_identifier option when the connection is made, i.e.;
set temporary option quoted_identifier='off'.
This can be done using EXECUTE IMMEDIATE.