ValentinaEscapeString

valentina at panamind.com valentina at panamind.com
Tue Dec 2 14:52:13 CST 2003


Thanks Ruslan,

That's what I suspected.

So could I would write?

	WHERE fld = ValentinaEscapeString('aaa'aaaa')

or should I write?

	var = ValentinaEscapeString('aaa'aaaa')
	WHERE fld = var


I think I answered it myself.

Gary

>
> If your string have quote, then it must be escaped
>
> Otherwise how you can do
>
>     WHERE fld = 'aaa'aaaa'
>                    ^^^ problem ?
>
>
> Must be
>
>     WHERE fld = 'aaa\'aaaa'
>
>
> This function do this work for YOUR strings.
>
>



More information about the Valentina mailing list