Hello Everyone,
I am expierencing a very stange Crystal situation, and need someone's help.
I have developed some reports against our development SQL Server database using the OLE DB Provider for SQL Server as the reports' database driver. I then incorporate them into my VB app and call them through the RDC (version 8.5) - all works great.
The problem arises when I want to put these into production, and have them run off the production DB. Shouldn't I simply just have to pass the different DB Name to the SetLogOnInfo method??? Apparently this does not work, because, while the reports stll run, they are showing data from the test DB and not the prod DB.
Is this a Crystal bug??? Are the DB locations hard coded to the actual report file in crystal?? Is there any way to use the OLE DB Driver and dynamically change the location of the DB at runtime from a VB app?
Much thanks in advance.
I am expierencing a very stange Crystal situation, and need someone's help.
I have developed some reports against our development SQL Server database using the OLE DB Provider for SQL Server as the reports' database driver. I then incorporate them into my VB app and call them through the RDC (version 8.5) - all works great.
The problem arises when I want to put these into production, and have them run off the production DB. Shouldn't I simply just have to pass the different DB Name to the SetLogOnInfo method??? Apparently this does not work, because, while the reports stll run, they are showing data from the test DB and not the prod DB.
Is this a Crystal bug??? Are the DB locations hard coded to the actual report file in crystal?? Is there any way to use the OLE DB Driver and dynamically change the location of the DB at runtime from a VB app?
Much thanks in advance.