Link to home
Start Free TrialLog in
Avatar of rabij
rabij

asked on

How do I remove the catalog from Crystal XI

I have a crystal report that I am connecting to a SQL Server database using a store procedure.
I need to be able to remove the catalog from the database connection, so that the report can be distributed to different people that have different database/catalog name.
I was able to do this is version 8.5 by removing the database name via database location
but it is not working in XI.
Avatar of Mike McCracken
Mike McCracken

That feature was removed in CR9.

mlmcc
Avatar of rabij

ASKER

How do people get around this?
They change the data source through code.

Are you using a viewer application?

mlmcc
Avatar of rabij

ASKER

What we are using is the Crystal XI component runtime viewer. The file is crviewer.dll
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rabij

ASKER

Where in Crystal XI would I put this code?
You don't do it in Crystal.  You use it in an application that runs the reports.

mlmcc