Forum Discussion
radov
14 years agoStaff
Hi Chris,
Have you tried to escape the colon character in your query by using the backslash character before the colon? Please try to use the following code:
I'm not sure about this, but I hope, this can help in your case if you need the colon character to be interpreted just as the colon character in the sought-for string.
Have you tried to escape the colon character in your query by using the backslash character before the colon? Please try to use the following code:
Qry.SQL = "select '\" \: \"' as text from dual";
I'm not sure about this, but I hope, this can help in your case if you need the colon character to be interpreted just as the colon character in the sought-for string.
Related Content
- 3 years ago
- 4 years ago
Recent Discussions
- 3 days ago
- 3 days ago
- 6 days ago