Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
6.0.6
-
None
Description
XmlSchema for result set includes a tag called fractionalDigits which cannot be read. The C# DataSet parser claims that this tag is not valid. When I tried to look up the Xml standards, fractionalDigits is not listed. Instead, I am only able to find fractionDigits, notice the missing "al". Could someone please look into this as I believe the resulting XmlSchema may be incorrect.