How can I make sure after an insert that everything has been flushed to disc?

I mean, I want even my program to become slower as long as I know everything have been written to disc.

At the moment I am using:
PRAGMA default_synchronous = FULL;
PRAGMA synchronous = FULL;


And the queries are all INSERT's without a transaction.


Thx,

KaReL (aka Steven)

Main Webpage : http://www.karels0ft.be/
ICQ #        : 35217584

Attachment: pgpO7DHjniwta.pgp
Description: PGP signature

Reply via email to