Hi,
I assume you know that 'DUPREC' means duplicate record? In other words, a program is trying to write an entry to a database table, but an entry with that key already exists.
This can usually be fixed by checking before writing.
good luck
Paul
Hi,
I assume you know that 'DUPREC' means duplicate record? In other words, a program is trying to write an entry to a database table, but an entry with that key already exists.
This can usually be fixed by checking before writing.
good luck
Paul