Vlad Khorsun added a comment - 30/Jun/08 05:53 PM Create test database with create.sql script.
Run few instances of update.sql simultaneously. I used following command :
for /l %i in (1,1,32) do start isql -i ...\update.sql ...\TEST215.FDB -user SYSDBA -pass masterkey
All 'lock conversion denied' errors will be logged in firebird.log
Run few instances of update.sql simultaneously. I used following command :
for /l %i in (1,1,32) do start isql -i ...\update.sql ...\TEST215.FDB -user SYSDBA -pass masterkey
All 'lock conversion denied' errors will be logged in firebird.log