ODBC with Devart NHibernate using Entity Framework

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
redwards
Posts: 1
Joined: Thu 15 Jan 2015 20:23

ODBC with Devart NHibernate using Entity Framework

Post by redwards » Thu 15 Jan 2015 20:29

Hello. I'm trying to use Entity Framework, the Devart NHibernate Model using ODBC. Specifically, we need to be able to use Entity Framework with a Sybase Adaptive Server Anywhere 9 database. I believe the way to get to working would be using ODBC.

Here's what I'm trying:

1) Right click project, Add, New Item.
2) Select "Data", Devart NHibernate Model (name the model as well).
3) Add.
4) Leave as "Database First", Next >.
5) The available providers are:
- .NET Framework Data Provider for Microsoft SQL Server Compact 3.5
- .NET Framework Data Provider for Microsoft SQL Server Compact 4.0
- .Net Framework Data Provider for Oracle
- .Net Framework Data Provider for SqlServer

How do I get an ODBC provider added to this list so I can connect via ODBC?

Thanks,
Richard

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: ODBC with Devart NHibernate using Entity Framework

Post by Shalex » Fri 16 Jan 2015 10:45

The list of currently supported database servers (and corresponding providers) is available at http://www.devart.com/entitydeveloper/c ... ility.html. We will notify you when Sybase server is supported in Entity Developer.

Post Reply