Page 1 of 1

binary_float in direct mode

Posted: Fri 04 Mar 2011 18:11
by bzhou
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

Posted: Mon 07 Mar 2011 11:49
by Shalex
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.