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

Search results for query: *

  • Users: alb
  • Order by date
  1. alb

    database logon??

    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...
  2. alb

    Does Crystal Enterprise have a 'time-out' setting?

    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...
  3. alb

    Performance drop from JobServer vs. PageServer on Same RPT

    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...
  4. alb

    Incrementing Date Parameters in CE Scheduled Report

    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...
  5. alb

    problems joining tables from access & Oracle in Crystal 8

    Are using Microsoft Acces .MDB ODBC drivers to link with Oracle tables?
  6. alb

    passing text

    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.

Part and Inventory Search

Back
Top