FLOAT

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
tchovis
Posts: 12
Joined: Fri 03 Apr 2009 12:56

FLOAT

Post by tchovis » Fri 03 Apr 2009 13:12

When i have one table that have one collun of the tipe float and I map it to a Decimal, but when i try to get the values of this field storesd in the databese all that comes to me is null?
oh i'm using the entity framework
and the entity datasource
and the gridview

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 06 Apr 2009 07:57

We have checked the latest (5.0.26) build of dotConnect for Oracle, and GridView showed the correct values of the Float column from the database using Entity Framework (the mapping is to the Decimal type). Please try using the 5.0.26 build of dotConnect for Oracle that is available for download now. If the problem persists with the 5.0.26 build, please send your test project to us (support at devart*com, topic "Mapping Float type column").

Post Reply