Ver Mensaje Individual
  #4  
Antiguo 06-01-2006
m@kio m@kio is offline
Miembro
 
Registrado: may 2005
Posts: 42
Reputación: 0
m@kio Va por buen camino
Seria algo asi

Si es campo numerico
Código Delphi [-]
Query1.SQL.Text:='select *from Tabla1 Where id='+CLAVE.Text;

Si es campo cadena

Código Delphi [-]
Query1.SQL.Text:='select *from Tabla1 Where id='+QuotedStr(CLAVE.Text);
Responder Con Cita