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

Telerik.OpenAccessQuery#3 not executed

1 Answer 55 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.
Srinivas Chitta
Top achievements
Rank 1
Srinivas Chitta asked on 11 Feb 2010, 09:47 AM
Hi,

I am using a join statement with 3 tables and on fetching the results me in a statement saying "Telerik.OpenAccessQuery#3 not executed". I am post the sample query for you reference.

Dim query =   From t1 In scope.Extent(Of Company)() _
                     Join t2 In scope.Extent(Of Company)() On t1.ParentCompany Equals t2.CompanyID _
                     Join t3 In scope.Extent(Of Codes)() On t1.CompanyType Equals t3.CodeID _
                    Select New With {t1.CompanyID, Key .CompanyName = t1.CompanyName, Key .CompanyType = t3.CompanyType, Key .ParentCompany = t2.CompanyName}

Please help me in getting this solved soon.

Thanks
Srinivas

1 Answer, 1 is accepted

Sort by
0
Damyan Bogoev
Telerik team
answered on 16 Feb 2010, 06:26 PM
Hi Srinivas Chitta,

We were not able to reproduce the error with the latest version of Telerik OpenAccess ORM. It seems the problem has been fixed after the build you use was released. Please download the latest available version of the product (2009.3.1317) and let us know if the problem persists.

Best wishes,
Damyan Bogoev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
LINQ (LINQ specific questions)
Asked by
Srinivas Chitta
Top achievements
Rank 1
Answers by
Damyan Bogoev
Telerik team
Share this question
or