Re: SQL statement contain " character



I suppose I have been lazy. Where I am not using parameters, I should change ParamCheck to false. You are correct that the parameter check should not be affected by the double quote. In this case, it is.

Dave

Viatcheslav V. Vassiliev wrote:
With ParamCheck = True, ADOExpress looks for ':' character and transforms :Anything into parameter. It should not affect quote character.

.