Hi all.
I have a report which I designed in Crystal 8 while connecting to database A. I have an application which tries to run the report on Database B.
The problem is, when I run the application against database B and try the report, it is still connecting to Database A, even though I've removed all references to the database from the report locations (the locations are "table" rather than "database.owner.table".
It's a C++ application and I'm using the Crystal API to access the Crystal functionality (i.e. I've included the PEPLUS.CCP & .H files in my project etc.) and I'm "logging in" using the CRPEngine::LogonServer() function to connect my report to the database.
All this seems to work fine but the results are still coming from the wrong database...
Obviously, I need to remove database references from my report but I don't know where.
Any help would be greatly appreciated.
CMR
I have a report which I designed in Crystal 8 while connecting to database A. I have an application which tries to run the report on Database B.
The problem is, when I run the application against database B and try the report, it is still connecting to Database A, even though I've removed all references to the database from the report locations (the locations are "table" rather than "database.owner.table".
It's a C++ application and I'm using the Crystal API to access the Crystal functionality (i.e. I've included the PEPLUS.CCP & .H files in my project etc.) and I'm "logging in" using the CRPEngine::LogonServer() function to connect my report to the database.
All this seems to work fine but the results are still coming from the wrong database...
Obviously, I need to remove database references from my report but I don't know where.
Any help would be greatly appreciated.
CMR