Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: ExecuteReader: Connection property has not been initialized? Pin
dec821-Dec-08 18:13
dec821-Dec-08 18:13 
GeneralRe: ExecuteReader: Connection property has not been initialized? Pin
Mbah Dhaim1-Dec-08 19:28
Mbah Dhaim1-Dec-08 19:28 
GeneralRe: ExecuteReader: Connection property has not been initialized? Pin
dec821-Dec-08 20:45
dec821-Dec-08 20:45 
GeneralRe: ExecuteReader: Connection property has not been initialized? Pin
N a v a n e e t h1-Dec-08 21:07
N a v a n e e t h1-Dec-08 21:07 
GeneralRe: ExecuteReader: Connection property has not been initialized? Pin
Mbah Dhaim1-Dec-08 23:43
Mbah Dhaim1-Dec-08 23:43 
Questionabout Microsoft Project plan files Pin
namutikare1-Dec-08 16:37
namutikare1-Dec-08 16:37 
AnswerRe: about Microsoft Project plan files Pin
Christian Graus1-Dec-08 20:41
protectorChristian Graus1-Dec-08 20:41 
QuestionDataTable.Select Pin
jesarg1-Dec-08 12:09
jesarg1-Dec-08 12:09 
In .NET 2.0, assume that I have some SQL written along the lines of:

Select child.name, parent.name
From person child, person parent
On child.ParentId = parent.Id
Where child.category = 55

I now have to convert this SQL so that it selects from a cached DataTable of people instead of directly from the database.

Is there an elegant way to convert this SQL using DataTable.Select (or some other DataTable method)? (I realize that if there was just one Person in the SQL statement this would be simple.)
AnswerRe: DataTable.Select Pin
Andrew Rissing1-Dec-08 14:16
Andrew Rissing1-Dec-08 14:16 
QuestionRe: Creation date time Pin
electriac1-Dec-08 11:50
electriac1-Dec-08 11:50 
AnswerRe: Creation date time Pin
Luc Pattyn1-Dec-08 12:18
sitebuilderLuc Pattyn1-Dec-08 12:18 
QuestionFont color Pin
netJP12L1-Dec-08 8:40
netJP12L1-Dec-08 8:40 
AnswerRe: Font color Pin
leppie1-Dec-08 19:51
leppie1-Dec-08 19:51 
Question.net application hangs under vista Pin
zhyluopro1-Dec-08 7:31
zhyluopro1-Dec-08 7:31 
AnswerRe: .net application hangs under vista Pin
#realJSOP1-Dec-08 8:28
professional#realJSOP1-Dec-08 8:28 
GeneralRe: .net application hangs under vista Pin
Samer Aburabie1-Dec-08 10:43
Samer Aburabie1-Dec-08 10:43 
AnswerRe: .net application hangs under vista Pin
Paul Conrad1-Dec-08 11:26
professionalPaul Conrad1-Dec-08 11:26 
AnswerRe: .net application hangs under vista Pin
HosamAly1-Dec-08 19:45
HosamAly1-Dec-08 19:45 
GeneralRe: .net application hangs under vista Pin
#realJSOP1-Dec-08 23:54
professional#realJSOP1-Dec-08 23:54 
QuestionAutoLogin With C# To My Mail - Problems Pin
CRAZYCRICKET2251-Dec-08 6:41
CRAZYCRICKET2251-Dec-08 6:41 
AnswerRe: AutoLogin With C# To My Mail - Problems Pin
Paul Conrad1-Dec-08 6:49
professionalPaul Conrad1-Dec-08 6:49 
GeneralRe: AutoLogin With C# To My Mail - Problems Pin
CRAZYCRICKET2252-Dec-08 3:33
CRAZYCRICKET2252-Dec-08 3:33 
AnswerRe: AutoLogin With C# To My Mail - Problems Pin
PH-MAT2-Dec-08 8:09
PH-MAT2-Dec-08 8:09 
GeneralRe: AutoLogin With C# To My Mail - Problems Pin
CRAZYCRICKET2252-Dec-08 9:53
CRAZYCRICKET2252-Dec-08 9:53 
QuestionWant to listen an event of other application Pin
Naveed7271-Dec-08 6:00
Naveed7271-Dec-08 6:00 

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.