I am using Crystal Reports 8.0 on Ms Sql Server 7.0.
Many users will be viewing a Crystal report on the web, so I need to SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED in order to prevent locking. I know I can do this if I run it as a stored procedure. I would need to convert several already existing reports to run as stored procedures.
Can I SET TRANSACTION... in a regular Crystal report so that it can be used before I am able to convert all the reports to use stored procedures?
Thanks.
Sue
Many users will be viewing a Crystal report on the web, so I need to SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED in order to prevent locking. I know I can do this if I run it as a stored procedure. I would need to convert several already existing reports to run as stored procedures.
Can I SET TRANSACTION... in a regular Crystal report so that it can be used before I am able to convert all the reports to use stored procedures?
Thanks.
Sue