Jose Valle

Hello.
I need to search for 2 strings of text in 'descripcion' column. With this it almost works
oCursor := oConn:Cursor("SELECT cuenta,descripcion,importe FROM apuntes WHERE descripcion ILIKE '%" + MCAD +"%" + MCAD2 +"% ' ") //
Only a problem with the order.
If I have in 'descripcion' "pago correspondiente al recibo 2332"
->it works if I search for 'pago' and 'recibo'
->doesn´t work if search for 'recibo' and 'pago'
(I am still suprised with the speed, this in xbase++ will spend minutes with 76000 records and here less than a second)