Database Change

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
facepoker2000
Posts: 4
Joined: Mon 28 Sep 2009 17:32

Database Change

Post by facepoker2000 » Mon 28 Sep 2009 17:44

I would like to switch databases during runtime. What's the easiest way for me to do this using the Entity Framework?

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

Post by AndreyR » Tue 29 Sep 2009 09:17

Do you mean the simultaneous usage of several DBMS in one project?
Then I recommend you to take a look at the following article, our query samples contain the implementation of this screnario.
http://www.devart.com/dotconnect/efquerysamples.html

Post Reply