Hi,
I have a VB/asp.net application that is currently using Oracle DB.
Now, I'm creating a new Crytal report that will connect using any userID, password, database, servername on runtime.
When I created the Crystal Report I used the Oracle OLE/DB connection using the test database logon information now I would like to make this dynamic at form load event which I have my crystal report viewer configured and then pass the dataset regardless if it is coming from test or production database.
Now, at form load connection using the test database I can see the report properly which I provided with the same logon information when the crystal report was created but when I switch the login using the production database, it doesn't get the correct datasource and logon information and it still uses the test datasource.
I would appreaciate if you can give me a solution or any links of the previous threads that has similar issue with resolution or any sample that may help.
Thank you,
Ryan