I made a duplicate of a crystal report file within our web application and changed the data that was pulled to the report by:
-opening the report in Visual Studio 2005
-right clicked the "Database Fields" menu item inside the "Field Explorer" box and then selected "Data Expert"
-I then proceeded to remove the list of tables that where listed in the right Panel, labeled "Selected Tables".
-I then selected the "Add Command" option from the left panel labeled "Available Data Sources" and moved it to the right panel.
-I then choose to edit the command and I pasted in my SQL statement.
-I then added the needed data to the report and went to test it out.
When I went to open the report from the web browser it gave me the error listed below:
Failed to load database information.
Details: The database DLL 'crdb_query.dll' could not be loaded.Error in File C:\WINDOWS\TEMP\jobsheet {C2E1E018-C5A3-49E1-9584-9
8EB3638BE1
0}.rpt:
Failed to load database information.
Also when I tried to open the other preexisting reports there is no data being feed to them? I'm guessing that is because I removed the listed tables that where in the "Selected Tables" Panel. I did not realize this was the data source for all the .rpt files??? I thought it only controlled the single report I was editing?
How can I get the old and new .rpt files working again?