Ver Mensaje Individual
  #2  
Antiguo 13-11-2011
BELET18 BELET18 is offline
Registrado
NULL
 
Registrado: nov 2011
Posts: 7
Reputación: 0
BELET18 Va por buen camino
Select En Delphi

tengo un problema en esto

ADOQuery2.Close;
ADOQuery2.SQL.Clear;
ADOQuery2.SQL.Add('SELECT vchMarca FROM TB_Marca where smlMarca IN (SELECT smlMarca FROM TB_Relacion WHERE smlLinkup like'+Char(39)+DBedit1.Text+'%'+Char(39));
ADOQuery2.Open;

se que no cierro el parentesis de el subselect pero no se donde cerrarlo
Responder Con Cita