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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading records error: An exception occurred

Status
Not open for further replies.

panksy

Programmer
Oct 27, 2003
11
IN
Error number : 507
This error occurs randomly with my code. I have made a report with a subreport inside it which is bringing data from a MSSQL server. This report is then exported to pdf format and then shown in an ASP page. Now this error occurs every third time (Weird !!) I refresh this page. But sometimes it also happens that the exported report is not shown and this error occurs everytime. This goes when I restart my IIS. I am using crystal 9. I am connecting the report to the DB using
Code:
 Table.SetDataSource
. I also tried using
Code:
 ConnectionProperty
bag. I saw a similar problem posted earlier but there the person changed the approach. Is there a solution for this ?
Thanks in Advance
 
Although this article was for export to XLS I have done the things written in this article but it didn't help my case.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top