Tell me if this makes any sense.
- A SQL Float will map to a .NET Double.
- SQL Numeric will map to a .NET Decimal.
- A SQL "Real" datatype will map to a .NET "Single", but you have to pull it with the data reader's "GetFloat()" method!?
Tell me if this makes any sense.
Latest post: Chimpiler - From Morning Idea to Shipped .NET Tool by Evening
See more in the archives