I did something similar on my last project. What worked for me was tweaking the SQL / stored procedure that reads the reference number (step 1 above) so that it actually does a dummy update as well as the read, e.g. UPDATE RefNumbers SET NextRefNum = NextRefNum. In the same procedure, do the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.