Ver Mensaje Individual
  #6  
Antiguo 11-12-2008
[egostar] egostar is offline
Registrado
 
Registrado: feb 2006
Posts: 6.557
Reputación: 25
egostar Va camino a la fama
Puede ser algo asi no?

Código Delphi [-]
with IBBkpService do
   begin
    DatabaseName := 'string';
    BackUpFile.add('string');
    Protocol := Local;
    Params.Add('UserName=' + 'string');
    Params.Add('Password=' + 'string');
    Active := True;
    while not eof do begin
       GetNextLine;
    end    
    Active:= False;
    ShowMessage('Ya termino ');
end;

Salud OS
__________________
"La forma de empezar es dejar de hablar y empezar a hacerlo." - Walt Disney
Responder Con Cita