Linq to Oracle - XMLType

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
fcorreia
Posts: 5
Joined: Mon 20 Apr 2009 08:38

Linq to Oracle - XMLType

Post by fcorreia » Tue 21 Apr 2009 10:53

Don't you support the sys.xmltype type for oracle??

I get an error because I have a field in a table of this kind (on InsertOnSubmit).

I also get the same error when I use Long Raw on Oracle.


Could you fix this? I have to know if this will be supported in order to suggest this solution to my company.


Best Regards,

Francisco Correia

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

Post by Shalex » Wed 22 Apr 2009 09:49

The XMLTYPE type support will be implemented in the next build of dotConnect for Oracle. As a workaround, please change its data type from XMLTYPE to VARCHAR (either in the *.lqml file - the DbType attribute of the corresponding column tag or in Entity Developer for dotConnect - select the needed column, press F4 and change the Server Data Type property).

The LONG RAW type is supported now. But there is a bug with its description. Please change it manually from LONGRAW to LONG RAW (put the space character between the two words) either in the *.lqml file or in Entity Developer. We will fix it too.

fcorreia
Posts: 5
Joined: Mon 20 Apr 2009 08:38

Post by fcorreia » Wed 22 Apr 2009 14:46

Great.

Yes I will do such work around, for now.

Nice to hear that it will be implemented.

Thanks.

Francisco Correia

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

Post by Shalex » Thu 30 Apr 2009 11:14

The new version (5.20.29) of dotConnect for Oracle 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 valid subscription only).
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=14740 .

Post Reply