I'm (still) using V4RB 1 and I think that I found a bug, when I
execute this query:
select * from table1 where field1='''' // all records with a '
works fine, but if I use parenthesis:
select * from table1 where (field1='''') // show a error (invalid
cursor)
The second query works fine with a value different than ''''
Guillermo