Global Temporary Tables

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
in4matiger
Posts: 4
Joined: Tue 25 May 2010 12:43

Global Temporary Tables

Post by in4matiger » Tue 25 May 2010 13:20

Hello @all,

I use global temporary tables and Entity Framework.

How I can force to use an existing connection. After SaveChanges()
my connection is closed and disconnect. So I have a empty global temp table.

Please help a newbie
Regards

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

Post by AndreyR » Tue 25 May 2010 14:22

You can open ObjectContext.Connection and it will stay opened during the context lifetime.

Post Reply