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

How do we switch from Telerik Open Access to anything else?

1 Answer 681 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dan
Top achievements
Rank 1
Dan asked on 19 Jan 2017, 08:24 PM

Our company has been using Telerik Open Access for years. We have multiple projects using it including some in development and some in production that need updated. Because Telerik no longer updates or supports Open Access, we are having a variety of problems. We've got users that have to go to another work station because we can't get Open Access on their computers and we've got projects where we can't add or update tables because the visual designer doesn't work in modern Visual Studio versions. So my question is, how do we convert these and what do we convert these to?

I've heard of Microsoft Entities Framework and we used to just call stored procedures instead of having a separate data project. Obviously our clients aren't going to pay us for hours to switch so we need something that works quick. How do we convert our existing Telerik Open Access project to Microsoft Entities Framework, straight SQL queries, or some other data layer option?

Our company has been using Telerik Open Access for years. We have multiple projects using it including some in development and some in production that need updated. Because Telerik no longer updates or supports Open Access, we are having a variety of problems. We've got users that have to go to another work station because we can't get Open Access on their computers and we've got projects where we can't add or update tables because the visual designer doesn't work in modern Visual Studio versions. So my question is, how do we convert these and what do we convert these to?

I've heard of Microsoft Entities Framework and we used to just call stored procedures instead of having a separate data project. Obviously our clients aren't going to pay us for hours to switch so we need something that works quick. How do we convert our existing Telerik Open Access project to Microsoft Entities Framework, straight SQL queries, or some other data layer option?

Here's an example of what we have currently.

A separate Visual Studio project that acts as our data layer where all the code was created by Telerik Open Access's visual designer:

enter image description here

We then have a DataAccess.cs class in our main project that creates the instance of the data layer:

enter image description here

Then we call it by using linq statements in the main project:

enter image description here

1 Answer, 1 is accepted

Sort by
0
Bernd
Top achievements
Rank 2
answered on 24 Jan 2017, 03:03 PM
Import your rlinq into the devart Entity Developer and export/save it as whatever you like.
Tags
General Discussions
Asked by
Dan
Top achievements
Rank 1
Answers by
Bernd
Top achievements
Rank 2
Share this question
or