Thanx.
Ado.net Entity Framework
Can we use ADO.net Entity Framework 4.o with other databases like Oracle, PostgreSql, MySql. If yes then please provide the example with Postgresql.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Oct 11, 2013, 9:33 AM
There are 2 for PostgreSQL: Npgsql and Devart's dotConnect.
Check these blogs for example code using the former:
http://brice-lambson.blogspot.co.uk/2012/10/entity-framework-on-postgresql.html
http://fxjr.blogspot.co.uk/2013/06/npgsql-code-first-entity-framework-431.html
Jignesh TrivediPosted Oct 11, 2013, 9:39 AM
hi,
agree with vulpes,
yes we can use ADO.net EF with other database like orcle, mysql....
Please refer
http://msdn.microsoft.com/en-us/library/dd537737.aspx
hope this will help you.