SQL Server backward compatibility in Entity Framework?

Posted by shake on Stack Overflow See other posts from Stack Overflow or by shake
Published on 2009-11-10T08:56:28Z Indexed on 2010/03/21 0:01 UTC
Read the original article Hit count: 379

Filed under:
|

Is there any backward compatibility in the entity framework between SQL Server 2008 and 2005?

It seems the framework forces you to use the same provider for all the .edmx files in a solution.

If you use the 2008 provider, data types like DateTime2 and functions like SysDateTime that are emitted by the framework to the underlying SQL query make it useless to use them against a SQL 2005 Server.

Any way around this?

© Stack Overflow or respective owner

Related posts about entity

Related posts about entity-framework