double versus decimal type mapping
Hi ,
I am new to odp.net , I used to work on System.Data.OracleClient . When I drop table from server explorer to typed dataset , fields declared as number(14,2) becomes System.Double . Because I don't want to work with floating point at all , I change this fields to System.Decimal manually .
Unfortunately , when I have to add new column via dataadapter configure option , columns with datatype changed from System.Double to System.Decimal are added again at the end of datatable. Then I have to rework manually such datatable , what is rather annoying.
Is there possibility to force odp.net to not use floating point numbers ? and this feature of adding fields again is by design or is it a bug ?
thank you ,
mdyla