Crystalboy1
Programmer
hi there,
I recently worte a few new very complecated and long reports for a new client. these reports were written on the test instance of the database. after the UAT i ask them should i map them to live database. they said no Need of it as when we publish reports in there system, the system automaticlly take control of the database settings and which ever system u run the report from it works fine ...
means
report is mapped to test and placed in a folder.
published that report in the LIVE application as well as test version of the application.(remember same report)
according to them it will run from test and live database accordinly.
But not in my case, my reports were running from test, as they were mapped to test. after checking there existing reports all of reports call the Stored procedure from commad objects ... eg
Exec Procedurename parameters
now for me, i want to replace the direct stored procedure in the report with one called from the command object.
i dont wana loose all the grouping, all the fields as i got almost 70 or more summires and 5 groups in each report. and alot more....
can someone explain me how i will replace an existing stored proceudre with a command object...
I recently worte a few new very complecated and long reports for a new client. these reports were written on the test instance of the database. after the UAT i ask them should i map them to live database. they said no Need of it as when we publish reports in there system, the system automaticlly take control of the database settings and which ever system u run the report from it works fine ...
means
report is mapped to test and placed in a folder.
published that report in the LIVE application as well as test version of the application.(remember same report)
according to them it will run from test and live database accordinly.
But not in my case, my reports were running from test, as they were mapped to test. after checking there existing reports all of reports call the Stored procedure from commad objects ... eg
Exec Procedurename parameters
now for me, i want to replace the direct stored procedure in the report with one called from the command object.
i dont wana loose all the grouping, all the fields as i got almost 70 or more summires and 5 groups in each report. and alot more....
can someone explain me how i will replace an existing stored proceudre with a command object...