Subject | logical loop |
---|---|
Author | sjlukacs |
Post date | 2009-04-26T16:03:38Z |
hello everyone,
i have a sql script that i use to install all of the metadata to an empty gdb. here is my logical loop. i have some tables that have some "computed by"s to procedures. within the procedures are field references back to that table. so, i can't create the table first without the procedure and i can't create the procedure without the table. a perfect logical loop.
i am sure there is a way to suppress those types of errors until the end of the script and then see the errors. perhaps i am making an assumption, perhaps i don't know. please guide me on how to fix this in my script. thank you.
lucas
i have a sql script that i use to install all of the metadata to an empty gdb. here is my logical loop. i have some tables that have some "computed by"s to procedures. within the procedures are field references back to that table. so, i can't create the table first without the procedure and i can't create the procedure without the table. a perfect logical loop.
i am sure there is a way to suppress those types of errors until the end of the script and then see the errors. perhaps i am making an assumption, perhaps i don't know. please guide me on how to fix this in my script. thank you.
lucas