How to create an Model using ADO.Net Entity Data Model

261 Views Asked by At

I am new to ASP C#.Net. I need connect to the database from an ASP.Net application and display the fetched data. The issue is connecting to SQL Server 2000 from an ASP.NET MVC 5 Application.

DB Server(MS SQL Server 2000) connection was configured using an ODBC driver with user a DSN.

If I try to add an entity, it prompts me the following error. How do I create an entity and/or read from/to the database?

Error MSG

Greatly appreciate all your help in advance.

0

There are 0 best solutions below