Subject | Re: Disconnect dependencies |
---|---|
Author | Milan Babuskov |
Post date | 2006-06-15T07:16:36Z |
--- In firebird-support@yahoogroups.com, <myles@...> wrote:
script.
It will generate a script that first drops all dependencies (check
constraints, foreign keys by other tables, etc.), then all dependent
objects (views, procedures, triggers), and then you'll see a line
/***** DROPPING COMPLETE ****/
underneath that is the part of script that recreates everything that
was dropped.
So, execute the frist part (up to DROPPING COMPLETE), then do the
changes in table's structure, and then run the second part (after
DROPPPING COMPLETE) to rebuild all the dependencies.
This feature is available since FlameRobin 0.7.2.
</M>
> For example, I have aOpen table's property page in FlameRobin and click on Generate rebuild
> column in a table that is a VARCHAR(500) but I need to make it
> larger to VARCHAR(1000).
>
> But I have a number of stored procedures that refer to this column.
script.
It will generate a script that first drops all dependencies (check
constraints, foreign keys by other tables, etc.), then all dependent
objects (views, procedures, triggers), and then you'll see a line
/***** DROPPING COMPLETE ****/
underneath that is the part of script that recreates everything that
was dropped.
So, execute the frist part (up to DROPPING COMPLETE), then do the
changes in table's structure, and then run the second part (after
DROPPPING COMPLETE) to rebuild all the dependencies.
This feature is available since FlameRobin 0.7.2.
</M>