Transactions with Entity Framework using DotConnect provider

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
anilrawat
Posts: 12
Joined: Mon 13 Jul 2009 16:25

Transactions with Entity Framework using DotConnect provider

Post by anilrawat » Mon 13 Jul 2009 16:30

Hi,

I am evaluating DotConnect Oracle provider 5.20 for using in my with ADO.NET Entity Framework. I am able to do CRUD operation. I want to know how can I use Transactions with this provider and also how can I use ProfileProvider using DotConnect Oracle provider.

Thanks,
Anil

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 14 Jul 2009 07:15

You can use Transactions in the way it is recommended by Microsoft.
You can find more information here in MSDN:
http://msdn.microsoft.com/en-us/library/bb738540.aspx
As for the Profile provider, it is available as a part of our ASP.NET Provider model support, please refer to:
http://devart.com/dotconnect/oracle/doc ... iders.html

Post Reply