D
Dennis
Hi all. I have a little problem. I am trying to set a
field value to a string that contains a pipebar "|" and I
am having a problem doing so since SQL is taking the "|"
as an operator instead of a string.
Basically my sql statement looks like:
"Update ProductInfo Set ProductInfo.TagValue
= 'Choice1|Choice2' Where ProductInfo.TagName
= 'MEBChoices'"
and when I execute it I get a syntax error.
Can anyone shed some light on this problem for me? I have
tried to surround the text in both single and double
quotes and it has made no difference.
Thanks!
Dennis
field value to a string that contains a pipebar "|" and I
am having a problem doing so since SQL is taking the "|"
as an operator instead of a string.
Basically my sql statement looks like:
"Update ProductInfo Set ProductInfo.TagValue
= 'Choice1|Choice2' Where ProductInfo.TagName
= 'MEBChoices'"
and when I execute it I get a syntax error.
Can anyone shed some light on this problem for me? I have
tried to surround the text in both single and double
quotes and it has made no difference.
Thanks!
Dennis