Subject | Allowing trigger to assign primary key |
---|---|
Author | Chris Wallis |
Post date | 2004-06-11T15:35:11Z |
I'm using a TIB_StoredProc to insert records into two tables. There is a
trigger on one table to form a key value composed of a generated value and
some alpha characters. When I send the params to the TIB_StoredProc, a
validation error is thrown since the key is not supposed to be null, but my
trigger will handle that. How can I work around this problem?
trigger on one table to form a key value composed of a generated value and
some alpha characters. When I send the params to the TIB_StoredProc, a
validation error is thrown since the key is not supposed to be null, but my
trigger will handle that. How can I work around this problem?