I recently upgraded from crystal 8 to 10 and discovered a big issue, crystal 10 is blocking the SQL tables in which it pulls data from. My tests show that all is okay in SQL until an application attempts to update a table being used by crw10 and bam!! 'blocking'.
I guess my best bet is to make a copy of the db each night just for reporting, but I'm also curious if anyone knows of a setting in crw10 to turn this off because this was not an issue with crw8. I heard there's a "no block" statement that can be placed in the select statement but I'm not familiar with this or the proper syntax to make it work.
I guess my best bet is to make a copy of the db each night just for reporting, but I'm also curious if anyone knows of a setting in crw10 to turn this off because this was not an issue with crw8. I heard there's a "no block" statement that can be placed in the select statement but I'm not familiar with this or the proper syntax to make it work.