[V4RB1] Bug ?
    Guillermo 
    guillermo at parsec.info
       
    Wed Apr 27 11:21:00 CDT 2005
    
    
  
>> 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 ''''
>>
>
> Well, try this
>
>     where (field1 = '\'')
Now works fine :)
Thanks Ruslan
         Guillermo
    
    
More information about the Valentina
mailing list