Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am working on a project and trying to create models from Sybase database using EntityFrameWork. Here the database is on different server.
For this applicaton, I am using MVC 4.
Can anybody please guide me on how to refere that database in this context?
In case you have solution with Oracle database please share it.

Thanks,
Manish Jawarkar

What I have tried:

I have tried to create models after installing EnitityFrame Work using Nuget Package. After that I tried to create models from the existing sybase database on different server but I couldn't find any options for this database.
Then I googled alot but no solution found.
Posted
Updated 13-Apr-16 4:32am
Comments

1 solution

You need two things, neither of which come in the default installation of Entity Framework.

You need the Sybase ASE ADO.NET Data Provider and the Sybase ASE Entity Framework Provider, both of which you get from SAP. Contact them for the details and any discussions on it can be put on the SAP Developer discussion board, found here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900