Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 370388 - How to automatically update EGL code generated by Data Access Wizard after adding a new column
Summary: How to automatically update EGL code generated by Data Access Wizard after ad...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 367261
  Show dependency tree
 
Reported: 2012-02-01 21:58 EST by Song Fan CLA
Modified: 2017-02-23 14:20 EST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Song Fan CLA 2012-02-01 21:58:26 EST
Build Identifier: 

If we already have a database app created using the Record Wizard, Service Wizard & Library Wizard, Now a new column is added to the table. 
How do we update our app to use the new column? 
Should user run each Wizard again?
Insert the new column after parsing the current EGL code (not preferred)

Reproducible: Always
Comment 1 Will Smythe CLA 2012-02-01 23:28:38 EST
Hopefully the service/library we create as part of this wizard does not have too many (if any) direct references to fields in the database table. We should do whatever we can to avoid this, such that only records every need to be re-created if a new column is added to a table.