Ver Mensaje Individual
  #3  
Antiguo 12-10-2007
Avatar de ingabraham
ingabraham ingabraham is offline
Miembro
 
Registrado: ago 2007
Posts: 614
Reputación: 17
ingabraham Va por buen camino
gracias y ayuda

el cod backup es este


with IBBackupService1 do begin
Active := True;
try
DatabaseName := edtOrigen.Text;
BackupFile.Add(edtDestino.Text);
ServiceStart;
while not EOF do Memo1.Lines.Add(GetNextLine);
finally
Active := False;
end;
end;


ok. q me dices?
pero necesito el del restaurrar,
y no se sobre el copy
si tienes un cod te lo agradezco

Última edición por ingabraham fecha: 12-10-2007 a las 16:07:20.
Responder Con Cita