Ver Mensaje Individual
  #4  
Antiguo 24-01-2010
toni.vi toni.vi is offline
Miembro
 
Registrado: may 2003
Ubicación: Sant Fost(Barcelona)
Posts: 102
Reputación: 21
toni.vi Va por buen camino
Código SQL [-]
sql.Add('where nombres like ' + QuotedStr('%' + (edQuery.Text) + '%');
Pero te recomiendo:
Código SQL [-]
sql.Add('where upper(nombres) like ' + QuotedStr('%' + uppercase(edQuery.Text) + '%');
Responder Con Cita