26 May
2000
26 May
'00
10 p.m.
Jet is inherently thread-unsafe, and M$ has no plans to fix this (such a fix would cut into their ability to sell SQL Server). This issue has been a long-running problem in the Windows world; the only solution is to serialize *all* access to the DB (even concurrent *reads* can foul each other up -- blech!)
Doh! Guess I should put thread locking in my JetDA before somebody hurts themselves, then. ;) --jfarr "Perl is worse than Python because people wanted it worse." Larry Wall, 14 Oct 1998