Re: Making security backups with ado
From: Guillem (keinname_at_eresmas.net)
Date: 01/28/04
- Next message: Michael Beardmore: "Re: tADODataSet and Excel"
- Previous message: airy: "Re: Delphi 5, ADO, CompactAndRepairDB"
- In reply to: Viatcheslav V. Vassiliev: "Re: Making security backups with ado"
- Next in thread: Viatcheslav V. Vassiliev: "Re: Making security backups with ado"
- Reply: Viatcheslav V. Vassiliev: "Re: Making security backups with ado"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 28 Jan 2004 22:22:55 +0100
I suppose you're right that's the best solution, but I wanted to store the
data in a way that should be completely independent of both the DB and the
DB engine (let's say in another drive or computer) to prevent problems not
only with DB corruption/crash but also with server corruption/crash (virus,
HD broken and so on)
Well, if I don't find another solution, I suppose I'll end up doing what you
suggested.
Thanks very much for your help Viatcheslav!
Guillem
"Viatcheslav V. Vassiliev" <support@oledbdirect.com> escribió en el mensaje
news:4017fd52$2@newsgroups.borland.com...
> The best solution seems to use backup database (or backup tables) instead
of
> storing data with SaveToFile(). You should create new database and copy
all
> backuped records with SELECT .. INTO statement. When you need to restore,
> execute SELECT .. INTO statement to copy records from backup to actual
> store. Most DBMS will let you execute SELECT .. INTO SQL to copy data into
> or from another database.
>
- Next message: Michael Beardmore: "Re: tADODataSet and Excel"
- Previous message: airy: "Re: Delphi 5, ADO, CompactAndRepairDB"
- In reply to: Viatcheslav V. Vassiliev: "Re: Making security backups with ado"
- Next in thread: Viatcheslav V. Vassiliev: "Re: Making security backups with ado"
- Reply: Viatcheslav V. Vassiliev: "Re: Making security backups with ado"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|