Ver Mensaje Individual
  #2  
Antiguo 27-01-2008
[basti] basti is offline
Miembro Premium
 
Registrado: ago 2004
Posts: 388
Reputación: 20
basti Va por buen camino
Las expresiones de texto deberían ir entre comillas simples:
Código Delphi [-]
      SelectSQL.Add('WHERE '+Campo+' LIKE '+ QuotedStr(Texto+ '%') );
      SelectSQL.Add('ORDER BY '+Campo);
__________________
Saludos.
Responder Con Cita