Hi I'm working my way through the book and have started to find that some of the
VB .NET code is obsolete with the latest ASP.NET framework.
Whilst compiling the WebModules.Data class into a dll, the command prompt told me that .Precision = 0 and .Scale = 0 are obsolete properties. What changes should I make to the class to make it work?
Thanks in advance for any help.