Crystal Reports - database connection conflict

I am using Visual Studio 2010 to create a web application that uses crystal reports.

I currently have an oracle database connection using odp.NET and everything works fine when I implement these crystal reports using drag and drop using designer page in visual studio, the previous database connection no longer works. and failed to import any existing data that he imported. Having said that Crystal Reports is now working.

What can I do to prevent this? Does it have anything to do with the report source overwriting the previous connection?

thanks

+4
source share
1 answer

Ok, I found the answer, he had to delete the login that appears before the report was displayed, it looks like it was a conflict

+2
source

All Articles