Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 122079 - In the window "Edit data set", the display names of the input or output parameters should be consistent with the name defined in the data stored procedure
Summary: In the window "Edit data set", the display names of the input or output para...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.0.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 2.2.1   Edit
Assignee: Mingxia Wu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-26 02:57 EST by jian mei CLA
Modified: 2007-11-21 21:34 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jian mei CLA 2005-12-26 02:57:00 EST
Description:
  In the window "Edit data set", the display names  of the input or output parameters should be consistent with the name defined in the data stored procedure
 
Steps to reproduce:
  1. create a report
  2. set a data source and data set on the stored procedure
  3. see the "Paramters" of the window "Edit data set"

Actual results:
  the system named the parameters automatically.such as 'Param1','Param2'

Expected results:
  the display names  of the input or output parameters are consistent with the name defined in the data stored procedure
Comment 1 jluo CLA 2005-12-26 03:05:10 EST
DtE will try to automatically generate parameter name when sql statement has ? mark according to its name in database, but sometimes in specific database this name can not be obtained, so DtE has to generate less meaningful name. We will see whether we can enhance it, if not, then cancel it.
Comment 2 jluo CLA 2005-12-27 21:15:24 EST
This needs ODA API change to support returning real parameter name of data set, so postpone it to next version.
Comment 3 jluo CLA 2005-12-27 22:37:12 EST
Depends on bug122194.
Comment 4 Mingxia Wu CLA 2007-10-31 22:13:43 EDT
Now we have support named parameter.Fix it!
Comment 5 Tianli Zhang CLA 2007-11-21 21:19:09 EST
Verified and closed
Comment 6 Xiaoying Gu CLA 2007-11-21 21:34:45 EST
Closed since verified.