I am developing an ASP application to preview reports designed in crystal and want to use SQL Server 7.0 as database.
I have made the connection against my database and opened a connection. I had created the Application object and Report object (using OpenReport method)in session variables.
I am getting the data from the database with this connection.
But when I want to ReadRecords using the report object method it is giving the error as "Server has not yet been opened error".
Also tell me how to use the LogOnServer method of the Application object to log in to the server in the ASP application.
Please help me in this direction.
I have made the connection against my database and opened a connection. I had created the Application object and Report object (using OpenReport method)in session variables.
I am getting the data from the database with this connection.
But when I want to ReadRecords using the report object method it is giving the error as "Server has not yet been opened error".
Also tell me how to use the LogOnServer method of the Application object to log in to the server in the ASP application.
Please help me in this direction.