I am attempting to run a simple report through ASP (ActiveX report viewer & RDC) connected to a SQL Server 2000 stored procedure. The code fails on the following line:
session("oRpt".ReadRecords
And I receive the following error message:
Server has not yet been opened.
The report runs fine in the Crystal Reports development GUI. The stored procedure is fairly simple, and requires one parameter. There are no subreports.
Any help will be most appreciated.
Greg
session("oRpt".ReadRecords
And I receive the following error message:
Server has not yet been opened.
The report runs fine in the Crystal Reports development GUI. The stored procedure is fairly simple, and requires one parameter. There are no subreports.
Any help will be most appreciated.
Greg