Page 1 of 1

Fault-tolerant handling of dying connections (with EF)

Posted: Tue 07 Sep 2010 13:36
by tzi
Hi!

I am using dotConnect 4.95 with EF (and VS2008). If I insert an object into the model and the connection died, what is the best way to:

a.) reconnect
b.) have the object saved

Thanks,
Tom

Posted: Tue 07 Sep 2010 14:14
by AndreyR
You should implement handling like in this post.
There is no need to reopen the connection, EF will perform necessary actions for you.