Questions tagged [openaccess]

Telerik OpenAccess ORM is a tool that supports development of data-oriented software applications. Telerik OpenAccess ORM tool is targeted at solving the object-relational impedance mismatch.

52 questions
1
vote
1 answer

How do I fetch publication-keywords via API/OAI/FTP from open Access journals ? PubMed or DOAJ or any other platform?

Is there a known API or any method to fetch the "author listed keywords" for all publications in DOAJ.org or PMC open access subset ? I tried the ftp of PMC open access subset but the XML files only have IDs, abstract, title, author and affiliations…
asmicapri
  • 83
  • 6
1
vote
1 answer

Programatic control using Telerik OpenAccess ORM and the RadGrid

Ok, between following documentation, posts and videos that use syntax and tools that are no longer used or available, I'm really lost as to how to go about even using Telerik's OpenAccess. So I thought I'd ask for some help and hopefully someone…
psurobdude
  • 11
  • 2
1
vote
1 answer

Telerik OpenAccess ORM - Is anyone using it?

I'm working on a new project right now and am thinking of using an ORM beyond that of Linq to SQL. I've currently got Linq to SQL wired up into a repository, but I'm not loving the way my Repo has to match my DB structure. (Example: I have a join…
Chase Florell
  • 46,378
  • 57
  • 186
  • 376
1
vote
1 answer

Porting Silverlight data access to WPF

This project write in Silverlight and used Telerik open access how to access data in WPF? how to port data access in Silverlight to WPF. If anyone wishes to help can I upload the source. Thank you for the help everyone.
1
vote
1 answer

Telerik OpenAccess:Can a "NullAble" enum type property be mapped?

I am a beginner of OpenAccess.I am writing some test code according to my experience of "Linq to Sql" I try to map a allow null int field to "NullAble" enum type property, but fail. In the Visual Designer of VS.Net, if I set the "Nullable" property…
Sharp Kid
  • 135
  • 1
  • 4
  • 14
1
vote
1 answer

Logging using ORM (log4net and OpenAccess)

Based previous experience and research, I implemented logging at the workplace using log4Net. However, there was general preference to use a custom logger when log4net was presented in our development meetings. The reason was in order to use the…
Nishzone
  • 101
  • 1
  • 4
1
vote
3 answers

How close is Python to being able to wrap it in a workbook type skin?

With my luck this question will be closed too quickly. I see a tremendous possibility for a python application that basically is like a workbook. Imagine if you will that instead of writing code you select from a menu of choices. For example, the…
0
votes
3 answers

Object Relational Models (ORM) in a segregated environment

I'm interested in using an object relational mapper for an existing system which is a ASP.NET client, ASP.NET Web Services middle layer, and with an Oracle back-end. All database access is done using stored procedures and no SQL is allowed in the…
0
votes
1 answer

Insert Group And Content in OpenAceess

I have a many to many relation beetween Group and Content table in sql and i imperilment this with a junction table .it name is GroupContent . when i try to insert a new Group and Content the Openaccess insert a Group and a Content and Dose not…
Mahdi jokar
  • 1,267
  • 6
  • 30
  • 50
0
votes
2 answers

Error in using Embeded Firebird

I used telerik OpenAccess to connect to firebird Database with this ConnectionString : "ServerType=1;User=SYSDBA;Password=masterkey;Dialect=3;Database=TEST.fdb" and when i want to select my tables i get this error : I download…
0
votes
0 answers

Telerik openaccess does not read SQL-server tables, can it be caused by the double backslash in the connectionstring?

I'm working on a C# application, based on Telerik's OpenAccess technology. The following piece of source code does not give any results (although the corresponding table contains a lot of data): List lijst = new List(); try { …
Dominique
  • 16,450
  • 15
  • 56
  • 112
0
votes
2 answers

Use calculated / scalar value in LINQ query

I'm using LINQ on a Telerik OpenAccess generated data model, to setup a search query and get the results. This all works very well and the code looks very nice. But now i need to add one more thing, and i'm not sure how to. The products i'm…
Tys
  • 3,592
  • 9
  • 49
  • 71
0
votes
0 answers

Exception being thrown but not caught

I am using the Telerik OpenAccess ORM. There are instances where an exception occurs when there are concurrent updates happening on the same database record. I am trying to catch an exception error that is being thrown: try { …
PixelPaul
  • 2,609
  • 4
  • 39
  • 70
0
votes
1 answer

Getting the modifed entities in OpenAccessContext in case on an Exception

I know we can have access to the new/modified/deleted entities in OpenAccessContext by the following commands. dbContext.GetChanges().GetInserts() dbContext.GetChanges().GetUpdates() dbContext.GetChanges().GetDeletes() If an…
Mori
  • 2,484
  • 5
  • 28
  • 45
0
votes
0 answers

Unable to load DLL 'oasoa.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

I installed the OpenAccess server sdk,Then compiled the sample code oanet.csproj,when I tried to run this project's .exe file, at the run time it shows the error " 0x8007007E", so I came to know that oasoa.dll's dependencies are missing , so with…
chirag pathak
  • 121
  • 1
  • 14