Could someone help me please?
I have MS SQL sever installed running on a Win2K server.
Situation:
A certain page opens the content of a selected record in several (editable) text fields. I have connected to the DB through ODBC with Administrator as account (for testing purposes) so the rights are ok.
The form on this page should let me have the records changed and redirect me to another page when finished.
I fill in the form and submit, but instead of the redirect I get the same page refreshed with the unchanged values returned.
When I let the form data be submitted to my mail account I noticed that the changes made where send correctly.
Is there a way to monitor what happends with my data?
Or does anybody know How to have MS SQL server (7.0) process this data and the "update field" command correctly?