Using OracleObject with Array binding

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
miwi
Posts: 17
Joined: Thu 27 Jul 2006 10:42

Using OracleObject with Array binding

Post by miwi » Fri 15 Apr 2011 06:52

Hi there,

is it safe to use OracleObject objects as array elements in bulk inserts/updates?

http://www.devart.com/forums/viewtopic. ... 1168#51168 says the feature is implemented, and a quick test seems to work, but http://www.devart.com/dotconnect/oracle ... yBind.html at the bottom line documents that it is "not supported", whatever that means.

Can you please clarify this? Thanks.

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

Post by Shalex » Mon 18 Apr 2011 14:52

Array binding for OracleObjects is supported starting from the 5.35 version of dotConnect for Oracle. Thank you for your report. We will correct the Array Binding article.

miwi
Posts: 17
Joined: Thu 27 Jul 2006 10:42

Post by miwi » Tue 19 Apr 2011 07:11

Thanks for the clarification.

Post Reply