Ver Mensaje Individual
  #3  
Antiguo 24-02-2008
Yensis22 Yensis22 is offline
Miembro
 
Registrado: feb 2008
Posts: 78
Reputación: 17
Yensis22 Va por buen camino
el adotable

el adotable esta ativado pero me tira proct factura.exe raised exception clase eoleexception with messegel `el proveedor actual no admite la interfaz necesaria para la funcionalidad indice` process stopped step or run to continnue.. y este es el codigo

var
Login: TLogin;
implementation
{$R *.dfm}
procedure TLogin.Button1Click(Sender: TObject);
begin
application.Terminate;
end;
procedure TLogin.Button2Click(Sender: TObject);
begin
if adotable1.Seek(edit1.Text) then
else
showmessage ('UsuarionNo existe');
end;
end.

que me dicen por favor
y gracia por sus repuetas
Responder Con Cita