Title: Message
I'm not sure - but the locking mechanism of SQL-Server ( as opposed to Oracle ) is such that a Query against all data in a table will lock all updates to the table when run & vice versa.
so if other users are busy updating when the report starts somebody will have to wait .... This will *maybe* change in SQL-Server 2003???
-----Original Message-----
From: Cenk Ince [mailto:[EMAIL PROTECTED]
Sent: 12. februar 2004 16:13
To: [EMAIL PROTECTED]
Subject: [development-axapta] Sql Server locks Axapta

Hi all.

When i run a custom report for all data in the database, it lockes the application, but when i run it for less data (describing range, for a spesific customer..) it works well. When i debug it it stops in fetch mothod at the line:

localQuery  =  new QueryRun(this);

if(LOCALQuery.next()) // stops here.


About 10 minutes later lock is broken and report works.

How can i solve this problem.

Thanks in advance.


Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to