How to read Oracle XML type in MS Compact Framework?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
bal000
Posts: 1
Joined: Sun 22 Jan 2012 16:55

How to read Oracle XML type in MS Compact Framework?

Post by bal000 » Sun 22 Jan 2012 17:10

Hi,

I use Win Mobile 6.1 + MS Compact Framework 3.5 + Devart dotConnect Mobile for Oracle. And I've a table column type BLOB with simple XML.

How to read it into OracleXml or OracleDbType.Xml in C# or VB?
there is no 'GetOracleXml' method in OracleDataReader (dotConnect Mobile)

any help is very appreciated:)

John.

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

Post by Shalex » Mon 23 Jan 2012 09:04

Mobile Edition of dotConnect for Oracle works only in Direct Mode, which doesn't support the XML type now. The XML support in Direct Mode is on our roadmap, but there is no any timeframe at the moment.

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

Post by Shalex » Fri 27 Jan 2012 15:07

New version of dotConnect for Oracle 6.70 is released!
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with active subscription only).

For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=23260 . The support for OBJECT, TABLE, VARRAY, REF, XMLTYPE data types in Direct mode is added in this version.

Post Reply