Ver Mensaje Individual
  #2  
Antiguo 08-02-2007
Avatar de fjcg02
[fjcg02] fjcg02 is offline
Miembro Premium
 
Registrado: dic 2003
Ubicación: Zamudio
Posts: 1.410
Reputación: 22
fjcg02 Va camino a la fama
Prueba poniendo QuotedStr('%'+Edit1.Text+'%');

Código Delphi [-]
QUERY1.CLOSE;
QUERY1.SQL.CLEAR;
QUERY1.SQL.Add('SELECT *');
QUERY1.SQL.ADD('FROM PROVEEDORES');
QUERY1.SQL.ADD('WHERE GIRO LIKE '+QuotedStr('%'+Edit1.Text+'%');
QUERY1.SQL.ADD('ORDER BY PROVEEDORES.NPROVEEDOR');
QUERY1.OPEN;

Un saludo
__________________
Cuando los grillos cantan, es que es de noche - viejo proverbio chino -
Responder Con Cita