|
Subject:
|
Failed to Open rowset!
|
|
Posted By:
|
brettdalldorf
|
Post Date:
|
8/1/2006 1:30:49 AM
|
Hi,
I get the following error when trying to run a crystal report from a VB.Net web application: "Failed to Open rowset! "
The funny thing is that the error does not occur every time, but is erratic in its behaivout. It seems to be happening on quite a few reports randomly.
Does anybody have any ideas as to what the problem could be?
Thanks
|
|
Reply By:
|
Coed
|
Reply Date:
|
8/7/2006 12:56:57 PM
|
This normally means there is a problem with your data. Instead of each entry kicking out 1 row, it's kicking out 2 or more. Depending on what you're extracting from the database, I would search for multiples of the fields you're trying to pull.
|