Subject Re: [firebird-support] Re: Distribution question
Author Ann Harrison
Nando Dessena wrote:

>With Firebird embedded
>you are actually housing the server in your executable which thus
>acquires direct access to the data. This means that the C/S protocol
>no longer shields you from screwing up badly the database if, f. ex.
>your application crashes.
>
Actually that shouldn't be a problem as long as you have forced writes
turned on (or run a civilized operating system). You can crash the
application very easily by writing on data created by the Firebird DLL,
but that won't corrupt the database. You could, I suppose, get very
unlucky and write over a dirty page in the cache which will turn up
later as corruption.

Regards,


Ann