Estoy pasando dbf a sql ... hasta ahora voy convirtiendo con exito, solo que tengo un incoveniente
Es posible buscar con el metodo find de ado mas de dos columnas?
Code: Select all
oRsCli:Find("ruc ="+cRuc+" and ubica = "+cUbica+"") // no funciona
oRsCli:Find("ruc ="+cRuc+"") // si funciona
Im passing from dbf to sql ... until now It's ok, but i have a problem
is it possible find on more fields with ADO?
Code: Select all
oRsCli:Find("ruc ="+cRuc+" and ubica = "+cUbica+"") // NOT run
oRsCli:Find("ruc ="+cRuc+"") // run
Gracias por su ayuda