scottbruns
Member
I'm using DOA v 3.3.1 on Delphi 3.
My program inserts into several tables using array DML. Sometimes I receive an 'ORA-01438: value larger than specified precision allows for this column' error. When this happens I dump out the array and I find that no field would cause this error.
I've seen a similar error reported, but my error happens in the middle of the array, not at array index 0.
Is this a known bug? Unfortunately I cannot reliably reproduce the error.
Any help would be appreciated.
Scott Bruns
My program inserts into several tables using array DML. Sometimes I receive an 'ORA-01438: value larger than specified precision allows for this column' error. When this happens I dump out the array and I find that no field would cause this error.
I've seen a similar error reported, but my error happens in the middle of the array, not at array index 0.
Is this a known bug? Unfortunately I cannot reliably reproduce the error.
Any help would be appreciated.
Scott Bruns