Entity Framework v2 doesn't support sql 2000?

后端 未结 6 2015
小蘑菇
小蘑菇 2020-12-02 02:19

I installed the beta 2 of Visual Studio 2010 today. I went to test out the new entity framework stuff (to see if my \"issues\" from v1 were fixed.).

I started addin

6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-02 03:07

    Actually EF 4.0 supports SQL Server 2000. It's the Database Explorer in Visual Studio 2010 that does not support SQL Server 2000. To work around this, don't use the Database Explorer. Instead just create an Empty model then overwrite the connection string in the config file with your SQL Server 2000 connection string. Then you can use Update Model From Database in the EF designer to add your objects.

提交回复
热议问题