Subject | Re: [firebird-support] Log file problem |
---|---|
Author | Ivan Prenosil |
Post date | 2004-12-20T11:32:18Z |
> > I have a program which is written with firebird API, I've tried toBut IBLogManager is just another application from Firebird's POV.
> > set the option of database Forced Writes to Disabled and then insert
> > several numbers of record and suddently shut down the server, surely
> > the data is lost. I know that the data is physically write to db only
> > when the program disconnect to the db, but the main point I want to
> > ask is is there a log file write down all the data that is not yet
> > save to the db, so that we can restore it?
>
> if you want to experiment a little you can give IBLogManager a go - it has
> write ahead logs.
It can't change the way Firebird writes data to disk.
Ivan