Posted By:
Derek_Illchuk
Posted On:
Friday, March 8, 2002 12:54 PM
It seems your database has that symbol reserved, and so it needs an escape character.
Since all DB's are different, you will need to find out what your DB uses for an escape character. For example, to have a " in a Sybase query, you would actually use "", as the first " is the escape character for the second one. Again, all DB's are different.
Derek