R&R SQL Locking records in preview

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
johnbprice
Posts: 2
Joined: Tue Oct 10, 2017 12:44 pm

R&R SQL Locking records in preview

Post by johnbprice » Fri Jun 03, 2005 2:04 pm

When my R&R SQL 9.0.009 user has a report open and is in preview mode, the records in our SQL Server 2000 database are locked, and other users cannot modify records for data entry. It appears R&R keeps the selection open while in preview mode. Since R&R is inheritly read only, is there a way to make the R&R select not block other users?

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> R&R SQL Locking records in preview

Post by kfleming » Fri Jun 03, 2005 2:37 pm

The problem has to do with transaction isolation level. If the ODBC driver you are using allows you to set an initialization string then try adding:__SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED____Kathleen__R&R Support

Post Reply