If a string that is going from a text area in a database contains ' the SQLquery is interrupted.
To avoid this I have to replace this ' with another symbol that does not affect the SQLquery.
How do I accomplish this?
I get an error that I cannot solve. As far as I know it should not be there
this is the row:
Set rsUser = objConnection.Execute(SQLQuery)
should there be a semicolon and if so where?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.