S
SteveK
I have a basic selection query (SELECT * FROM Tbl WHERE
Code:
LIKE val")
that is throwing an OleException when 'val' is the string
"It'll-be-ok"
It thinks that I'm using operator || I guess.. I dunno. The exact error
is:
An unhandled exception of type 'System.Data.SyntaxErrorException' occurred
in system.data.dll
Additional information: Syntax error: Missing operand after 'll' operator.
I have tried removing the ''' character before the two ls, but that doesn't
solve it. What can I try?