We have a multiple step application that displays a record count and a "Total Pounds" in a text box. This gives the user the ability to check and make sure that the information was collected from multiple source is correct. The user then starts the stored procedure which takes all that information and places it in the appropriate table throughout our Sql Server. After that, it requeries the records and if they have all been moved around successfully, there should be no data in the original table and thus reports a 0 - Record Count and 0 - Pounds. Every now and then, when the requery takes place, it reports a few records and pounds are still in there. When you force a requery, all of the records and pounds have been moved and it zeros out. I hope that is not too conviluted!!! Thanks for your help!
|