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

Strange issue with my program

Status
Not open for further replies.

tyrannus

MIS
Apr 6, 2006
115
US
Ok for starters instead of asking me why I am doing it this way and not helping me know this, I am doing it this way because that is how my boss wants it done.

I have a program that I am writing that takes a bunch of form fields, cycles through them and writes them to a table. Then I am querying that table and writing the information to a file. However when I submit the form, all the data is being written to the database, but not to the file. The pipes (|) for the last line are being written to the file but not the data from the table.

Does this sound absolutely nuts or what?

Can anyone help?
 
Please post some code so we can try to find out what's wrong.

As is there is very little we can do.







----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Scratch this post, I figured out the problem... Instead of doing it line by line as the table updated I waited until the table was fully updated before polling the information and writing it...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top