Click here to Skip to main content
15,899,126 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Why this query produce wrong results ? Pin
Dave Kreskowiak21-Feb-15 12:59
mveDave Kreskowiak21-Feb-15 12:59 
GeneralRe: Why this query produce wrong results ? Pin
dilkonika21-Feb-15 14:32
dilkonika21-Feb-15 14:32 
GeneralRe: Why this query produce wrong results ? Pin
Dave Kreskowiak21-Feb-15 15:38
mveDave Kreskowiak21-Feb-15 15:38 
GeneralRe: Why this query produce wrong results ? Pin
dilkonika21-Feb-15 16:00
dilkonika21-Feb-15 16:00 
GeneralRe: Why this query produce wrong results ? Pin
Dave Kreskowiak21-Feb-15 16:44
mveDave Kreskowiak21-Feb-15 16:44 
GeneralRe: Why this query produce wrong results ? Pin
dilkonika21-Feb-15 16:52
dilkonika21-Feb-15 16:52 
GeneralRe: Why this query produce wrong results ? Pin
dilkonika21-Feb-15 17:28
dilkonika21-Feb-15 17:28 
GeneralRe: Why this query produce wrong results ? Pin
Dave Kreskowiak22-Feb-15 3:36
mveDave Kreskowiak22-Feb-15 3:36 
I already told you why it works. Your first query, and the sub-queries, on the database engine.

Getting the SQL query statement from the debugger and examining it in Notepad or in SQL Server Manager would have told you that.

Your second query, the last statement in your post, is executed client-side, not on the database engine.


I'm not telling you these things, like the above technique, because I like hearing myself type this crap. I tell you these things because this is how I debug and examine the functionality of EF.


Have a nice life.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

QuestionHow do I display different group boxes, according to radio button selected ? Pin
Member 1144766219-Feb-15 7:30
Member 1144766219-Feb-15 7:30 
AnswerRe: How do I display different group boxes, according to radio button selected ? Pin
Wendelius19-Feb-15 7:40
mentorWendelius19-Feb-15 7:40 
GeneralRe: How do I display different group boxes, according to radio button selected ? Pin
Member 1144766219-Feb-15 7:41
Member 1144766219-Feb-15 7:41 
GeneralRe: How do I display different group boxes, according to radio button selected ? Pin
Wendelius19-Feb-15 7:56
mentorWendelius19-Feb-15 7:56 
QuestionVB dropdown list that will enable another after a selection is made with a private sub Pin
Bluewolf3119-Feb-15 2:34
Bluewolf3119-Feb-15 2:34 
AnswerRe: VB dropdown list that will enable another after a selection is made with a private sub Pin
Eddy Vluggen19-Feb-15 5:57
professionalEddy Vluggen19-Feb-15 5:57 
GeneralRe: VB dropdown list that will enable another after a selection is made with a private sub Pin
Bluewolf3119-Feb-15 7:56
Bluewolf3119-Feb-15 7:56 
GeneralRe: VB dropdown list that will enable another after a selection is made with a private sub Pin
Bluewolf3119-Feb-15 8:20
Bluewolf3119-Feb-15 8:20 
GeneralRe: VB dropdown list that will enable another after a selection is made with a private sub Pin
Eddy Vluggen19-Feb-15 8:39
professionalEddy Vluggen19-Feb-15 8:39 
QuestionData entry in sequential file in vb6 Pin
Preeti197918-Feb-15 22:28
Preeti197918-Feb-15 22:28 
AnswerRe: Data entry in sequential file in vb6 Pin
den2k8818-Feb-15 22:35
professionalden2k8818-Feb-15 22:35 
GeneralRe: Data entry in sequential file in vb6 Pin
Preeti197919-Feb-15 1:06
Preeti197919-Feb-15 1:06 
QuestionIs possible to use a global variable inside a class ? Pin
dilkonika18-Feb-15 11:11
dilkonika18-Feb-15 11:11 
AnswerRe: Is possible to use a global variable inside a class ? Pin
Duncan Edwards Jones18-Feb-15 11:19
professionalDuncan Edwards Jones18-Feb-15 11:19 
QuestionHow to show time zones in dates (Time Stamp) Pin
Murray Whipps18-Feb-15 7:13
Murray Whipps18-Feb-15 7:13 
AnswerRe: How to show time zones in dates (Time Stamp) Pin
Richard Andrew x6418-Feb-15 8:37
professionalRichard Andrew x6418-Feb-15 8:37 
GeneralRe: How to show time zones in dates (Time Stamp) Pin
den2k8818-Feb-15 22:37
professionalden2k8818-Feb-15 22:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.