Gheorghe Marinca wrote: > the library seemed to held, be contended on an internal lock (critical > section).
Which lock? This probably happens when you are using the same database connection from multiple threads, or multiple connections in shared-cache mode. Neither one is something that you should be doing. > Do the newer versions improve on this Probably not; some kind of locking is always needed to make such accesses thread safe. But if the old version is 3.x, there should be no problem testing the current version. Regards, Clemens