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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting into a table

Status
Not open for further replies.

rusel01

MIS
Aug 6, 2003
13
0
0
US
I have a custom table that I want to insert certain data into. however when it runs through the program to insert it just writes to one row and keeps overwriting that one row. How can i make it go to the next row everytime it loops through the data. Any ideas?
 
basically say I have 5 order numbers and want to write to a custom table it just stays in row one. instead of writing one order number to the first row.. then moving to the second row and writing the 2nd.. and so on.. it just overwrites the previous one in the same row. any ideas?
 
You are to turn Jdelog On. That file (jdedebug.log) you can to see what´s going on in your SQL statment data base.

You must find statment INSERT five times, or you can see the trouble.

overview your key table, that is posible, debugging the program.

I hope that help you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top