Subject Re: [firebird-support] Log file problem
Author Ivan Prenosil
> > I have a program which is written with firebird API, I've tried to
> > 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.

But IBLogManager is just another application from Firebird's POV.
It can't change the way Firebird writes data to disk.

Ivan