First let's take Crystal Enterprise out of the picture and concentrate on SQL Server.
What version of SQL Server are you using? Is it listed in the platform.txt?
Depending on the version of SQL Server you are using, it comes with three types of security. 1) SQL Server, 2) Mixed or 3) Windows...
Pageserver will leave a connection behind. It's up to the database server to remove the inactivity connection.
When you view a report, the pageserver will create a connection and one session. If you enter new parameters using the same report, the pageserver will create new connection and...
Remember the Pageserver will process only one page at time. The Jobserver process the whole report and saves the instance of the report in the output directory.
Pageserver threads really has nothing to do with the connection to the database.
I would not recommend using Microsoft ODBC driver...
You build the logic into the report. On the CE side the report is scheduled to run at the end of the business day and you want to view the report the next day.
Add the logic into the record selection as:
{table.date_field} in currentdate
Now publish the report in CE and schedule it. The...
Hello
I want to pass a "free form" text (greater than 255 characters) onto a report via a Web page using the RDC.
I insert a text onto a text object when there is no way to indentify it.
Any help will greatly appreciated.
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.