I am using MyEclipse Report Web project to develop report in my PC. The db connection info is stored inside the report itself.
However, when I need to deploy the reports to a server. The db connection information need to be changed. Changing the rptdesign files everytime before deployment is too inconvenient.
Is there a way to externalize the conneciton info to a property file or any seperate file?
Thanks