Questions tagged [telerik-open-access]

Telerik's object-relational mapper is a powerful framework for mapping the objects in your object-oriented domain model to your relational database tables, views, and/or stored procedures. This mapping is done within Visual Studio and is independent from source code and database - it is a virtual layer, which can be used from within the programming language to access and manipulate data.

Telerik's object-relational mapper is a powerful framework for mapping the objects in your object-oriented domain model to your relational database tables, views, and/or stored procedures. This mapping is done within Visual Studio and is independent from source code and database - it is a virtual layer, which can be used from within the programming language to access and manipulate data.

138 questions
0
votes
0 answers

How to avoid interference by Telerik OpenAccess Addin with my Visual Studio 2010 Addin Commandbar?

Please tell me how to avoid Telerik OpenAccess ORMs Visual Studio menus' Interferenece with my Addin's menu on under Tools menu option of Visual Studio 2010 SP1. I am developing a simple Visual Studio Addin for Visual Studio 2010 in C#. I have…
0
votes
2 answers

Telerik OpenAccess - Execution of STDistance server side not implemented

I have an application which uses Telerik OpenAccess as the ORM and which was working without any problems. It's now returning the following error when trying to do a query based on STDistance: Execution of…
0
votes
1 answer

Problems adding OpenAccess Domain model to silverlight app

this is my first silverlight application, i was trying to work out some databinding using Telerik's ORM. when i try to add a domain model (or a EF5 data model) i always end up getting the error Compiling transformation: Metadata file…
sergio
  • 1,026
  • 2
  • 19
  • 43
0
votes
2 answers

asp.net custom membership provider many calls to GetUser() make the application slow

I'm working on a portalsystem to share information and documents etc. Each user can have mulitple profiles. Each profile can have different roles and permissions thereby. Now everything is working fine, but I have a question about the…
Michael
  • 31
  • 8
0
votes
2 answers

IIS error - this program cannot display the webpage.

Here are the details: We have a dynamic data website using Telerik Open access, hosted through IIS 6. This application has been running fine with no issues in production. Recently, we added two new tables to the SQL database. These were added to the…
Ryan Lege
  • 167
  • 1
  • 2
  • 16
0
votes
1 answer

Multiple connection with Open access entity model

I wonder if I can have multiple connection on entity model such as - using (var db = new VWEntitiesModel("data source=Dev;initial catalog=Website1;user id=sqluser;password=&&password")) { some logic } using (var db = new VWEntitiesModel("data…
Tun
  • 824
  • 3
  • 16
  • 30
0
votes
1 answer

Telerik OpenAccess ORM with SQL Server 2005

I'm trying out this ORM & new to this. I have following code: IObjectScope scope = Database.Get("MyConnection").GetObjectScope(); try { scope.Transaction.Begin(); Reading r = new Reading(); r.ReadingURL = reading.ReadingURL; r.IsActive…
DAK
  • 1,395
  • 4
  • 22
  • 35
0
votes
1 answer

How to use Telerik ORM Reverse Mapping woth SQL Compact 4.0?

I was using Telerik ORM in Reverse Mapping Mode using SQL Server Compact 3.5. I upgraded the database to SQL Compact 4.0 and the reverse mapping started giving errors. So i tried to recreate Reverse Mapping Model using Telerik ORM wizard and its…
Steve Johnson
  • 3,054
  • 7
  • 46
  • 71
0
votes
2 answers

OpenAccess ORm connection to database

I'm new at Telerik & exploring as an option for ORM. I'm trying to do simple thing like writing a record to database using: Database db = Database.Get("MyConnectionNameIUsedToGenerateClasses"); IObjectScope scope =…
DAK
  • 1,395
  • 4
  • 22
  • 35
0
votes
1 answer

Tweaking the SQL Telerik OpenAccess generates from LINQ expression

I use the specification pattern to dynamically generate LINQ expressions, which will be used On entities in memory For SQL code generation by OpenAccess See this blog post for an example of what I'm trying to achieve. It all works fine so far,…
EagleBeak
  • 6,939
  • 8
  • 31
  • 47
0
votes
1 answer

C# MVC Solution?

I have recently been tasked with updating a system done in C#. I am coming from a Kohana MVC web based development but have experience in C#. Problem is: My solution is in some 'weird' namind convention. I would like to know what it could be and…
Churchill
  • 1,587
  • 5
  • 27
  • 39
0
votes
1 answer

How to get the data from different tables from different data models using telerik open access

I am using Telerik open Access, I have three different data models like: UserEntitiesModel->account_details ProfileEntitiesModel->biographic_details ContactsEntitiesModel->contact_groups I have three different tables in different data models. I…
steve
  • 664
  • 4
  • 16
  • 42
0
votes
1 answer

InvalidOperationException due to using more than one datamodel in the query

I am using Telerik open Access. I have three data models and for the three data models I have three different Context Modules. In my query I want to retrieve the data using joining of different tables in different data models. I wrote the query but…
steve
  • 664
  • 4
  • 16
  • 42
0
votes
3 answers

Telerik OpenAccess - override generated properties

I want to Validate (IDataErrorInfo) of my properties which are generated through the Telerik OpenAccess Mapper. Like this. public partial class Etage { private long _version; public virtual long Version { get { …
slopsucker
  • 51
  • 1
  • 8
-1
votes
1 answer

voa_class related exception while browsing through objects in DB, using Telerik libraries

Edit2: this question started as a question on how to browse through tables, but it turned into a question about Telerik voa_class exception Edit1: this question contains two ways of trying to do the same thing. I would like to do something like: var…
Dominique
  • 16,450
  • 15
  • 56
  • 112
1 2 3
9
10