Hey,
Currently i have 5 identical sql databases, The data is separated for reasons beyond my control. I have created many reports in crystal XI by first creating a report that meets the criteria, this is done for only one database. I then copy and past the sql statement into a new Command and UNION ALL the databases with the exact same SQL (just change the DB). This allows me to get complete corporate sales figures.
I problem arose with they added another database, now i had to go back and edit about 75 reports to make sure they all included the new db. I want to centralize this, so i only need to change the data in one place and all reports get the update.
Is there a way that i could send a SQL statement to a "Middleware" and it takes the sql statement and sends it to all my db's and then unionizes the result. (could be slow)
I use and 4gl informix db (old but the only that works with the invoicing software) and unions in views is not an option.
So i've seen people suggesting creating an access link table and running the query off of this. Is this a good and solid solutions? I've also been approved to get Crystal Server XI and it comes with Business View Manager i've had a quick look at it in the eval copy but still not sure how it all works.
any help would be greatly appreciated
thx Dan
Currently i have 5 identical sql databases, The data is separated for reasons beyond my control. I have created many reports in crystal XI by first creating a report that meets the criteria, this is done for only one database. I then copy and past the sql statement into a new Command and UNION ALL the databases with the exact same SQL (just change the DB). This allows me to get complete corporate sales figures.
I problem arose with they added another database, now i had to go back and edit about 75 reports to make sure they all included the new db. I want to centralize this, so i only need to change the data in one place and all reports get the update.
Is there a way that i could send a SQL statement to a "Middleware" and it takes the sql statement and sends it to all my db's and then unionizes the result. (could be slow)
I use and 4gl informix db (old but the only that works with the invoicing software) and unions in views is not an option.
So i've seen people suggesting creating an access link table and running the query off of this. Is this a good and solid solutions? I've also been approved to get Crystal Server XI and it comes with Business View Manager i've had a quick look at it in the eval copy but still not sure how it all works.
any help would be greatly appreciated
thx Dan