EscapeString paramters

jda jda at his.com
Fri Aug 6 14:26:36 CDT 2004


>
>
>As I understand you use in your project escapestring() ?
>
>
>Where and when you use it ?
>
>I think that you can try to use instead SQL BINDING.
>This will do work easier and faster.
>
>In the SQL folders you can find example Binding.
>

Hm, I don't see how I would use this for searching indexes 
indexedbyword. But it does bring up a question about .escsapescring:

If I do a SQL search of an indexed (by word) field, it's for the name 
O'Shea, would I first

s = Valentina.EscapeString("O'Shea", false)

and if it's a Valentina REGEX search

s = Valentina.EscapeString("O'Shea", true)

And what would I do for a SQL LIKE search?

I guess I'm asking how V2.0 is going to handle indexes...

Thanks,

Jon


More information about the Valentina-beta mailing list