binary_float in direct mode

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
bzhou
Posts: 2
Joined: Wed 16 Feb 2011 20:37

binary_float in direct mode

Post by bzhou » Fri 04 Mar 2011 18:11

Dotconnect doesn't support binary_float in direct mode.
I have to change my select statement like this,

case when binary_float_column = BINARY_FLOAT_INFINITY then 1 E125 when (binary_float_column is infinite ) then 0 else to_number(binary_float_column) end as binary_float_column,

any better workaround?

Does Entity framework of dotconnect support binary_float in direct mode?

Thanks

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

Post by Shalex » Mon 07 Mar 2011 11:49

We have mentioned the possible workarounds for this limitation of the Direct mode in this thread: http://www.devart.com/forums/viewtopic.php?t=18843. The Direct mode limitations are the same when you are using the Entity Framework feature of dotConnect for Oracle.

Post Reply