- referring to CSP.... you let me assume you are working from Mgmt Portal
- next you say: I am using the Intersystem ODBC driver
This is a contradiction as CSP doesn't use ODBC driver
So what are you really assuming to do ??
Anyhow in both cases a SQL String delimiter (') entered in a %String property aka VARCHAR is always presented as it was entered.
I verified it over an external ODBC viewer + Intersystem ODBC driver as well as over JDBC: no issue.
For ODBC on Windows just use 64bit Version on 64bit platforms.
in addition, you may verify your query also from the terminal prompt without any eventual timeout:
SQL Command Line Shell
----------------------------------------------------
The command prefix is currently set to: <<nothing>>.
Enter q to quit, ? for help.
USER>> << entering multiline statement mode >>
1>>SELECT
2>>CallbackComment
3>>FROM SQ.CBPhoneResult_View Where PhoneDateODBC = '2018-04-09'
4>>go
- Log in to post comments
