Here's my question:
We have an oracle server with four different databases that represent four different environments. (MAN_TEST, MAN_PROD, MAN_DEV, MAN_PILOT). I have a Crystal Report web application that displays a report that pulls data from the MAN_PILOT environment on this oracle database. I want to be able to change the data source programmatically to one of the other databases (like MAN_DEV). IS there anyway to do this? I've heard about people applying logoninfo to each table and all that, but nothing seems to work for me. It always tries to connect using the original datasource defined during the initial report design. What should I do?
Start Free Trial