Dear group members,

since it's wise to store SQLite databases on local HDs (as opposed to
network filesystems) in order to avoid corruption, I would like to have my
program check if this requirement is fulfilled. I'm on Windows so I use
GetDriveType() for testing the DB path. Now I noticed that this function
returns DRIVE_FIXED also for drives that are actually USB connected
external HD volumes. Anybody got any experiences if this is actually a safe
place for an SQLite-DB? If it's not, any ideas as to how one can
distinguish such drives from "real" HDs?

Any input appreciated.

Wolfgang

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to