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