Closed
Description
Hi,
The GetDecimal() or GetValue() functions of MySqlDataReader class are unable to handle very large value like
'1234567890123456789012345678901234567890123456789012345678901234.5'
They throw exception like value is too large because it return C# decimal datatype.
We saw MySQL connecter net has this functionality here. which return MySqlDecimal data type.
Can you please add method like GetMySqlDecimal which can support very large Decimal values.