[Mono-list] GetDecimal workaround?

Marcin P protected@poczta.onet.pl
Fri, 4 Jun 2004 10:12:59 +0200


Hello!
I've just started writing simple applications
for mono using ADO.NET namespace (ODBC).
As the method GetDecimal  of the OdbcDataReader
is not implemented yet I wonder if anyone have
some workaroud  for reading data from column of
type Decimal? (the Type is displayed properly by GetFieldType.
I tried with GetValue and then casting it, but I get the
error from Formatter....

Thanks in advance,

Marcin Pytel