last time (since UniDac 4.xx ??) my customer got increased messages of locked records.
Case 1:
People want to edit datas but a whole range (in the analyced case 44 records) are locked although the records where created 3 weeks before and no one is working on them. I got also in MsSQL Server Management Studio the message that the datas where locked
Case 2:
Yesterday my customer got the message
trying to open the SQLLock request time out period exceeded
Code: Select all
SELECT ID, NrCleaned, Benennung, HK, AendInd
FROM PPS_Artikel
ORDER BY NrCleaned- All TUniQuerys are with LockMode = ImNone
The tabel has 42000 record
the Databbase is MsSQL 2008 R2
UniDac version 4.0.2
Delphi XE
Gerd