Ver Mensaje Individual
  #5  
Antiguo 24-02-2011
damser damser is offline
Registrado
NULL
 
Registrado: feb 2011
Posts: 8
Reputación: 0
damser Va por buen camino
Gracias Neftali:


lo puse así.



ADOQuery1.Close;
ADOQuery1.SQL.Clear;
ADOQuery1.SQL.Add('Select * From INFORMES Where FUNCIONARIO=' + QoutedStr(TDBEdit1.Text));
ADOQuery1.Open;


me sale este mensaje:

Instrucción no válida; se esperaba 'DELETE','INSERT','PROCEDURE','SELECT' o 'UPDATE'


de verdad gracias a todos los que me estan prestando ayuda...

Responder Con Cita