Page 2 of 2

Re: escaping a string in query

Posted: Mon 03 Feb 2020 12:18
by ViktorV
No, MyClasses.pas contains only the above methods. A function TMySQLConnection.EscapeAndQuoteStr with type String doesn't exist.

Re: escaping a string in query

Posted: Thu 27 Feb 2020 06:52
by RenukaGupta
Escaping a string means to reduce ambiguity in quotes (and other characters) used in that string. For instance, when you're defining a string, you typically surround it in either double quotes or single quotes