escaping a string in query

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: escaping a string in query

Post by ViktorV » Mon 03 Feb 2020 12:18

No, MyClasses.pas contains only the above methods. A function TMySQLConnection.EscapeAndQuoteStr with type String doesn't exist.

RenukaGupta
Posts: 1
Joined: Thu 27 Feb 2020 06:38
Contact:

Re: escaping a string in query

Post by RenukaGupta » Thu 27 Feb 2020 06:52

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

Post Reply