Entity Framework and database support -


we know can generate edmx model sql server because ef support sql server. if database oracle,ms-access or mysql supports or not. support odbc.

ef database independent requires ef ado.net provider supplied database. can check the list of databases offering such provider. ms-access not among them.

the independence little bit more theoretical because if using edmx has ssdl part bounded single provider. if want support more databases must have separate ssdl or whole edmx each provider. not problem efv4.1 , code-first approach.


Comments