Hey folks...
Here's the situation:
VB6
Crystal Reports 8 (Automation Server)
SQL Server
The report uses a stored procedure in SQL server as its data source. This sp exists in multiple databases which are also on multiple servers. So the deal is - at times I'll need to hit the same stored proc, but in different DB's on different servers.
To make a long story short - I can get a VB RDO resultset back from the stored proc I want to hit for the data, no sweat. But I'm having trouble getting the report to see it and I think its because the report isn't configured for an active data source. Right now it's just set to the stored proc in one database on one particular server.
So how do I go about getting this report to wake up and smell the active data? That's my problem. As an additional note - DSN's are not an option here - this vb app is running as part of an unattended batch process and is completely non-visual. All the app does is open the report and export it as a csv file. The server and database target values for the stored proc location come out of the host machine registry. And all that stuff works fine - just need to get the report and my RDO resultset playing nice.
Mucho Thank-ola.
SchuDog [sig][/sig]
Here's the situation:
VB6
Crystal Reports 8 (Automation Server)
SQL Server
The report uses a stored procedure in SQL server as its data source. This sp exists in multiple databases which are also on multiple servers. So the deal is - at times I'll need to hit the same stored proc, but in different DB's on different servers.
To make a long story short - I can get a VB RDO resultset back from the stored proc I want to hit for the data, no sweat. But I'm having trouble getting the report to see it and I think its because the report isn't configured for an active data source. Right now it's just set to the stored proc in one database on one particular server.
So how do I go about getting this report to wake up and smell the active data? That's my problem. As an additional note - DSN's are not an option here - this vb app is running as part of an unattended batch process and is completely non-visual. All the app does is open the report and export it as a csv file. The server and database target values for the stored proc location come out of the host machine registry. And all that stuff works fine - just need to get the report and my RDO resultset playing nice.
Mucho Thank-ola.
SchuDog [sig][/sig]