Page 1 of 1

Global Temporary Tables

Posted: Tue 25 May 2010 13:20
by in4matiger
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

Posted: Tue 25 May 2010 14:22
by AndreyR
You can open ObjectContext.Connection and it will stay opened during the context lifetime.