| Author |
Message |
|
|
Post subject: How to modify table once the wizard is closed?
Posted: Nov 29, 2011 - 04:23 PM
|
|
Registered Member


Joined: Dec 14, 2005
Posts: 12
|
|
To all,
With myeclipse 10.0, after you've used the table wizard to generate an initial table structure, is there anyway to pull up a similar wizard to modify the table (e.g. add rows, etc)?
Using DB explorer I can edit the data in a table, but it looks like the only way to modify the table post wizard is to drop into SQL and modify it directly.
Is this correct or am I missing something? |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 30, 2011 - 05:09 AM
|
|

Joined: Nov 11, 2010
Posts: 2153
|
|
Durnik ,
I am afraid there is no other way apart from the Edit Data and using SQL queries to modify the table.
Sorry for the inconvenience caused. |
_________________ Swapna
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 30, 2011 - 06:38 PM
|
|
Registered Member


Joined: Dec 14, 2005
Posts: 12
|
|
Swapna,
Thanks for the reply. Is there an enhancement request that could be opened for such a feature? It just seems silly that the wizard provides an easy method to generate the initial table, but I can't imagine that everyone gets the table correct in the first pass.
Having to then drop down into raw SQL to modify your table structure seems like a glaring omission to me.
Durnik |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 01, 2011 - 08:49 AM
|
|

Joined: Mar 09, 2011
Posts: 714
|
|
Durnik,
I've raised an enhancement request for this, though I can't say when it's likely to be implemented. I agree that it would be a useful enhancement and I assume that you meant "add columns", in your first post, not "add rows". |
_________________ Tony
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 06, 2011 - 03:13 PM
|
|
Registered Member


Joined: Dec 14, 2005
Posts: 12
|
|
| support-tony wrote: | Durnik,
I've raised an enhancement request for this, though I can't say when it's likely to be implemented. I agree that it would be a useful enhancement and I assume that you meant "add columns", in your first post, not "add rows". |
Tony,
You're correct. The ability to modify the table structure (add, delete, change columns) using a wizard like interface to minimize the need to edit the table structure using raw sql.
Durnik |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 25, 2011 - 06:55 PM
|
|
Registered Member

Joined: Nov 12, 2008
Posts: 63
|
|
In looking thru the forums, modifying tables and adding new records to a table have been requested by users since at least version 6.
Without those two items, the database explorer is pretty worthless and pushes us developers to use other tools that are able to do basic table management operations without having to resort to writing SQL commands to do things.
It is silly that in three plus years your team has not added two basic database management features that are used on a VERY regular basis by almost any developer. |
|
|
| |
|
|
|
 |
|
|