Page 1 of 1

Procedure CheckCompactDBFile in OLEDBAccess.pas

Posted: Mon 24 Aug 2009 15:03
by salvador
CheckCompactDBFile uses a file stream to check DB file version. The stream is created with the line "fs := TFileStream.Create(FDatabase, fmOpenRead);". This leads to some problems in multi connexions environment. This code could be improved with a "fs := TFileStream.Create(FDatabase, fmOpenRead or fmShareDenyNone);" line.

Posted: Tue 25 Aug 2009 15:01
by Dimon
Thank you for information. We have fixed this problem. This fix will be included in the next DbxSda build.