Hi,

A recent discussion of a reader/writer problematic situation has
prompted me to ask the following question.

While the database file is being written to, the data isn't ready to
be used by readers, so that DB is locked. What happens if I initiate
copying of this file (e.g., to back it up)? Is the file being
protected by the OS from being copied while it's being written to? Or
do I need to make sure that nobody uses the DB before I attempt to
copy the file?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to