Subject RE: [firebird-support] Log file problem
Author Alan McDonald
> 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.
Alan