Death To Decimal Data Errors!
March 17, 2015 Jon Paris
Note: The code accompanying this article is available for download here. We have all encountered decimal data errors at some time or another. The biggest difficulty they present is that, by the time they have been detected, no recovery is possible. Or to be more precise, no practical recovery is possible. In my previous tip, I mentioned that one of the benefits of data structure I/O is that you can avoid decimal data errors. In this tip I’m going to show you how and why that works. The code package associated with this tip contains three test programs |