I get this error when updating a database I am working with (DB2 V7).
I loop through the contents of a file and based on a flag U = Update,
N = Insert & D = Delete, I perform the action on the item with the
table.
The table is three rows in length: id, part_number, qty.
I have a unique index...
Hi,
I have created a Java program which I call each night at approximately
7PM whereby I pick up all files residing in a local directory in a
pre-defined format. The format is basically part,quantity with the
file name being [id].txt.
From this, I create two PreparedStatements.
1 - INSERT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.