G
Guest
I have a procedural question - in ADO.NET 1.1 when I created DataSets from an
XSD schema I would create a SimpleType named "Money" and set the
FractionDigits to 2. Thus, my USD fields were always correctly formated
$1.23.
In ADO.NET 2.0 (at least from the IDE) I don't seem to be able to specify a
simple type in my schema, or much of anything else for that matter. What is
the recommended method for locking dataset values to currency format?
Thanks in advance, I apologize but some of the changes ADO.NET 2.0 aren't
making sense yet.
Andre Ranieri
XSD schema I would create a SimpleType named "Money" and set the
FractionDigits to 2. Thus, my USD fields were always correctly formated
$1.23.
In ADO.NET 2.0 (at least from the IDE) I don't seem to be able to specify a
simple type in my schema, or much of anything else for that matter. What is
the recommended method for locking dataset values to currency format?
Thanks in advance, I apologize but some of the changes ADO.NET 2.0 aren't
making sense yet.
Andre Ranieri