Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: shann0nw
  • Content: Threads
  • Order by date
  1. shann0nw

    One or more values in the INSERT statement, UPDATE statement, or forei

    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...
  2. shann0nw

    HELP - Trying to upload file contents to database on a nightly

    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...

Part and Inventory Search

Back
Top