Crystal Reports - add a new field to a stored procedure and make it available in the IDE?

I added a new field to the stored procedure.

How can I get it in Crystal Reports without resetting the data source in a database expert?

+5
source share
3 answers

Check the database , but you have more control over things if you use Set data source location (found in database> Set data source location) to update the report after proc change:

  • Open the Set Datasource Location dialog box (Database> Set Data Source Location).
  • /
  • ""
    • " ", Crystal Reports Developer. .
    • > [ ]. Oracle, TNS, .

, Oracle, TNS.

+12

Click "Database" → "Check Database"

Then right click on the data source and refresh

+2
source

All Articles