S
smat-consulting
Guest
I don't understand why you copy the record, if all you're doing is changing the giprid... If you have any other unique index on this table,a side of one with giprid, you might run into problems,a s you're trying to create a second identical record. But, to answer your question: if giprid is the only unique field(sequence) in the table, you can simply do a dynamic query try to find a record with that giprid before the logic currently in your procedure...
Continue reading...
Continue reading...