I have an SQL statement where my search criteria could include an apostrophe. The parameter is pased to the query.
What could I do to correct the following query to accept an apostrophe in the test parameter?
For example, il the search criteria is "four o'clock" how can I replace the ' ?
Thanks in advance.
louis
What could I do to correct the following query to accept an apostrophe in the test parameter?
For example, il the search criteria is "four o'clock" how can I replace the ' ?
Thanks in advance.
louis