Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

no rowset returned error

Status
Not open for further replies.

Buzzmeister14

Technical User
Joined
Dec 10, 2004
Messages
16
Location
GB
I have a report set up with CR 8.5 linking to an SQL 2000 DB

The report pulls information relating to certain policies - and works fine for certain policies - however when viewing certain policies the error

No rowset was returned for this table, query , or procedure

Is returned followed by the errorr

Error detected by database DLL

The information that the report retrieves is held in the same tables - so I am at a loss as to why the error arises

Any pointers would be greatly appreciated
 
Are you using a stored procedure? It sounds like you are, and it's failing for certain policies. What happens when you run the procedure from Query Analyzer?

-dave
 
I am using views created in the SQL db
to pull certain information

The only other feature that may be causing the problem is that the report contains several sub reports in order to concatenate certain information

How do I run the report in query analyser?

Thanks for the reply - much appreciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top