This is a migrated thread and some comments may be shown as answers.

DataDirect Sybase EntityFrameWork Linq

2 Answers 56 Views
LINQ (LINQ specific questions)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
El Mehdi
Top achievements
Rank 1
El Mehdi asked on 07 Dec 2017, 01:23 PM

Hi,

I am working on ASP.net apllication, and I am trying to connect to remote Sybase server using DataDirect Connect ADO.NET 4.2. I need to use a web.config file to connect to that server with entity framework.

<add name="ConnectionName" connectionString="Database Name=Name;Host=HostName;Port=5000;User ID=userName" providerName="ddtek.sybase.entity" />

<provider invariantName="ddtek.sybase.entity" type="DDTek.Sybase.Entity.SybaseEntitySettings, DDTek.Sybase.Entity, Version=4.2.0.0, Culture=neutral, PublicKeyToken=c84cd5c63851e072"/>

 

But I didnt manage to make it work.

Any Help about this configuration, Thank you in Advance.

 

Regards,

Mahdi.

2 Answers, 1 is accepted

Sort by
0
Sumit
Top achievements
Rank 1
answered on 11 Dec 2017, 03:06 AM

What is the error message you're seeing?

What version of Entity Framework are you working with? This article suggests EF 6.0 is not supported with Sybase as of Sept 2017, and you should check with Progress on the latest status.

https://knowledgebase.progress.com/articles/Article/Error-when-using-CfADO-NET-4-2-with-EF-6

 

0
El Mehdi
Top achievements
Rank 1
answered on 11 Dec 2017, 08:12 AM

Hi, 

First of all thank you for the reply.

Unfortunately I am working with Entity Framework 6.0 so I guess this is a confirmation that I cant use the DataDirect Sybase Provider with EF06.

So, does anyone have any information if Sybase will be supported in the future?

Thanks.

Tags
LINQ (LINQ specific questions)
Asked by
El Mehdi
Top achievements
Rank 1
Answers by
Sumit
Top achievements
Rank 1
El Mehdi
Top achievements
Rank 1
Share this question
or