CharlieMike73
Programmer
Hi, I have DWMX, and I am trying to update a single field (a number field (its and index number)) within a table, but I am unable to get the bindings in DWMX to work - Update and Delete are messed up on my machine for some reason - ever after applying the 6.1 patch.
So can someone please help me out here and tell me of another way I can do this in an ASP (NOT ASP.net) Page.
Some background info:
I need to do a select to get the existing index number from the table, I then increment the number by 1 and write it back to the table before I do anything else (just in case another user connects, so they dont get the same number - I know there is a millisecond chance they could get the same, but its too rare to consider for this project). Then a form is displayed with the unique index number, then completed, and submitted by the user, and the process is over...
I hope!!!
So can someone please help me out here and tell me of another way I can do this in an ASP (NOT ASP.net) Page.
Some background info:
I need to do a select to get the existing index number from the table, I then increment the number by 1 and write it back to the table before I do anything else (just in case another user connects, so they dont get the same number - I know there is a millisecond chance they could get the same, but its too rare to consider for this project). Then a form is displayed with the unique index number, then completed, and submitted by the user, and the process is over...
I hope!!!