Hi all
I have a database that is full text indexed. I am trying to search for a string that contains a single quote ('). When I try to do a SELECT statement with CONTAINS, it gives me the following error:
Syntax error occurred near 'wants'. Expected ''''' in search condition 'Mary-Lou wants Anna's purse strings untied.'.
I've tried escaping the single quote with two quotes but it doesn't seem to make a differene.
Can anyone help me with this, please?
Thanks as always
Craftor

I have a database that is full text indexed. I am trying to search for a string that contains a single quote ('). When I try to do a SELECT statement with CONTAINS, it gives me the following error:
Syntax error occurred near 'wants'. Expected ''''' in search condition 'Mary-Lou wants Anna's purse strings untied.'.
I've tried escaping the single quote with two quotes but it doesn't seem to make a differene.
Can anyone help me with this, please?
Thanks as always
Craftor