Subject | RE: [firebird-support] Log file problem |
---|---|
Author | Alan McDonald |
Post date | 2004-12-17T08:42:30Z |
> I have a program which is written with firebird API, I've tried toif you want to experiment a little you can give IBLogManager a go - it has
> 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?
write ahead logs.
Alan