Ver Mensaje Individual
  #3  
Antiguo 17-04-2012
Avatar de Caral
[Caral] Caral is offline
Miembro Premium
 
Registrado: ago 2006
Posts: 7.659
Reputación: 25
Caral Va por buen camino
Hola
Código Delphi [-]
query1.SQL.text:= ' Select e.Id_equipo '+
                 ' from equipo e, cliente c ' +
                 ' where e.Id_cliente = c.Id_cliente '+
                 ' and c.Nombre like :tipo ' ;
query1.Params[0].value:= '%'+edit3.text+'%';
query1.Open;
Saludos
__________________
Siempre Novato
Responder Con Cita