Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - walter_sung

Pages: [1]
1
Suggestions and Requests / Re: DDL to manage a changing schema
« on: March 21, 2006, 06:36:30 pm »
Do have any indication of when this feature may be available?

2
General Board / Re: Any way to change name of Oracle sequence?
« on: March 21, 2006, 09:28:32 pm »
Thanks for your solution Jaime,

I have been using the built in Auto-number functionality on tables in EA by selecting the Auto-number option in the Column Properties.

This method is convenient, but does not show the Sequence or the Trigger in the Operations dialog for the table (presumably because this method of handling auto-numbering fields is not supported by all DBMS platforms).

Do I have to code the triggers/sequences manually?
(I would prefer to leave this type of task to the code generator, especially since I only want to rename them).

3
General Board / Any way to change name of Oracle sequence?
« on: March 21, 2006, 06:44:08 pm »
When exporting DDL for an Oracle table is it possible specify the name of a Sequence, or the associated Trigger for an auto-numbered field?



Pages: [1]