I added a new field to a stored procedure.
How do I get it to be available in Crystal Reports without resetting the datasource in the database expert?
I added a new field to a stored procedure.
How do I get it to be available in Crystal Reports without resetting the datasource in the database expert?
Verify Database works, but you have more control over things if you use the Set Datasource Location (found in Database > Set Datasource Location) to update the report after a proc change:
This is where you set the Overridden Table Qualifier Name, which is essential for Oracle when a single report is to support multiple environments using the same TNS name.