Subject | Is it possible to suspend a generator? |
---|---|
Author | grip_2ls |
Post date | 2012-03-13T12:17:35Z |
Hi
I need to insert some data with fixed IDs. The table that I am inserting into already has data and a generator for the IDs. The new data is below the value of the generator and the IDs do not already exist. Can I suspend the generator while I insert these new rows and if so how?
Thanks
Neil
I need to insert some data with fixed IDs. The table that I am inserting into already has data and a generator for the IDs. The new data is below the value of the generator and the IDs do not already exist. Can I suspend the generator while I insert these new rows and if so how?
Thanks
Neil