Question Devart.Data.Oracle.OraclePackage

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
software931
Posts: 11
Joined: Tue 18 Sep 2012 07:55

Question Devart.Data.Oracle.OraclePackage

Post by software931 » Fri 19 Oct 2012 14:34

Hello,

I have a oracle Package and generated a class, which is derived from Devart.Data.Oracle.OraclePackage

Now I have to use the same connection for this packages and for the connection for entity framework, because I have to start one Transaction.

But one connection is of type SYSTE.DATA...
and the other is of type Devart.Data.Oracle

I have not found any possibility to Cast one of this connection, to the other one.
Any help available?

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

Re: Question Devart.Data.Oracle.OraclePackage

Post by Shalex » Tue 23 Oct 2012 13:59


Post Reply