Subject dependencies
Author duilio_fos
you have an ISQL statement that begins with a long series of

drop procedure...

statements and continues with a long series of

create procedure ...

statements.

Is there any tool that will read the script and return

- a possible order for the "drop procedure..." statements and
- a possible order for the "create procedure..." statements

so that no dependence error will be given when running the script ?

When the script is complex enough, I find myself spending a long time
fixing these errors...

Thank you

Duilio Foschi