On Aug 9, 2011, at 4:09 PM, JJZolx wrote: > > andyg;648317 Wrote: >> I don't think it matters on Windows if the files show up as 8.3 >> filenames or not. SQLite has internal Win32 code that should take care >> of this sort of thing. > > No, it shouldn't matter which type of filename is used, but if the two > different filenaming methods are used by SBS and the scanner, then it > appears to sometimes cause two sets of .db-shm/.db-wal files to be > created for the same .db file. Can SQLite work properly when that > happens? I believe this is the reason for the corrupted databases when > starting from an empty cache.
This is all handled transparently by the SQLite driver, maybe it is your external SQLite client causing the problem? _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
