Tema: ADOQuery
Ver Mensaje Individual
  #5  
Antiguo 12-12-2006
silviodp silviodp is offline
Miembro
 
Registrado: may 2003
Ubicación: General Levalle, Argentina
Posts: 277
Reputación: 22
silviodp Va por buen camino
ADOQuery

Ya que recien ahora estoy trabajando con componentes ADO, haber si me pueden ayudar con este codigo, el error que es:[Error] Unit15.pas(72): Undeclared identifier: 'AsInteger'

Código Delphi [-]
procedure TForm15.ListarClick(Sender: TObject);
begin
 With ModuloDatos do
 begin
  Consulta1.Close;
  Consulta1.Parameters.ParamByName('SOCIO').AsInteger:=StrToInt(SocioEleg.Text);
  Consulta1.Open;
 end;
end;

Gracias.-
Responder Con Cita