L
Lieven De Foor
Guest
Could the temp-table be passed by value somewhere? That would give the copy other rowids than the source, which would explain why the records aren't found... You could also use the primary key instead of the rowid to find the record again. The performance hit should be minimal...
Continue reading...
Continue reading...