Hi,
I have a crystal report designed by Crystal Report 2008 developer driving data from a ADO.NET (XML) data source. Inside this report, I have a sub-report driving data from a SQL Server 2008 stored procedure set up as OLE DB (RDO) - SQL Native Client 10 . When my ERP software launches this crystal report, it knows how to put data in XML file and pass it to crystal report. But when crystal report engine wants to launch the sub-reports, it prompts my user at runtime for the database username and password. For security reason I do not want my user to know any username on my SQL server.
Is there anyway I can save username and password inside my subreport so Crystal Report engine would not prompt for database username and password at runtime?
Thanks,