Subject | RE: [IBO] Generator Links at post??? |
---|---|
Author | Jason Wharton |
Post date | 2005-12-30T16:50:03Z |
> With IBX you can setup a IBDataset for the generator asociation with aNot likely. There is nothing to gain from a feature like this.
> field be passed at the new or post event, when you setup a
> GeneratorLink at IBO this is always passed when a new record is edited
> in the Dataset, any way to can setup this at the post event
> like IBX???
Are you worried you will run out of generator values? They are 64 bit so
its not likely.
You should NOT be attempting to maintain an unbroken series of ID values
doing it this way. You must do this properly. IF there is a rollback or an
exception at Post you still stand to lose the generator value.
Jason