[Gambas-user] MySQL query problems with apostropies

Keith Clark keithclark at ...2185...
Wed Apr 7 21:46:14 CEST 2010


On Wed, 2010-04-07 at 14:40 -0500, nando wrote:
> Replace will work for quote and backslash
> For double quote:
> 
> doublequote$ is chr$(34)
> Replace$(mystring, chr$(34), "\" & chr$(34)
> 
> But, Benoit had an email of the nice solution.
> -Fernando

I did not understand that solution either.






More information about the User mailing list