Append set command to the query

I have to append set command to the query before SELECT statement and I need to do it everytime the query is generated from the universe.

For example here is the output I need from self generated query from Business Objects.

set quoted_identifier on
SELECT
Table__20.a,
Table__20.b
FROM
“123” Table__20

The SELECT query gets generated without any issues but the thing in red is the problem.

Is there any way I can implement this in Universe level?


chetanmaniar :india: (BOB member since 2008-02-06)

Any takers for this???
I will put it in different way… How can we setup sybase connection to have property quoted_identifier on when setting up Universe Connection to Sybase. Sybase version is 12.5.0.3.
I do see connection properties which has option to setup Binary File Size, password Encryption and ConnectInit.
I checked Sybase.prm file as well but that is not helpful either.

Please let me know if you have any pointers.


chetanmaniar :india: (BOB member since 2008-02-06)

This topic shows a conversation about using ConnectInit to set some initial parameters:


Dave Rathbun :us: (BOB member since 2002-06-06)

Thanks Dave. That was very useful. I have just put “set quoted_identifier on” inside ConnectInit and it worked.

:smiley:


chetanmaniar :india: (BOB member since 2008-02-06)