R
Rob Debbage
Guest
Hello, I believe it's your isolation level - you have the highest level set (serializable) and this will inevitably lead to many record locks to prevent dirty reads, etc. For more information, please review to the SQL Development manual: documentation.progress.com/.../dmsdv.pdf Try with Read Committed instead. Kind regards, Rob
Continue reading...
Continue reading...