Click here to Skip to main content
15,909,652 members
Home / Discussions / C#
   

C#

 
GeneralRe: debugging a windows service... how? Pin
swjam26-Aug-07 4:47
swjam26-Aug-07 4:47 
GeneralRe: debugging a windows service... how? Pin
PIEBALDconsult26-Aug-07 5:20
mvePIEBALDconsult26-Aug-07 5:20 
GeneralRe: debugging a windows service... how? Pin
Mark Churchill26-Aug-07 17:56
Mark Churchill26-Aug-07 17:56 
Questionmy form get lost focus in MultiThread mod. Pin
hdv21226-Aug-07 2:35
hdv21226-Aug-07 2:35 
QuestionSELECT COL1,COL2,SUM(COL1,COL2) AS COL3 FROM TEST; Pin
Muammar©26-Aug-07 1:15
Muammar©26-Aug-07 1:15 
AnswerRe: SELECT COL1,COL2,SUM(COL1,COL2) AS COL3 FROM TEST; Pin
Christian Graus26-Aug-07 1:28
protectorChristian Graus26-Aug-07 1:28 
GeneralRe: SELECT COL1,COL2,SUM(COL1,COL2) AS COL3 FROM TEST; Pin
Muammar©26-Aug-07 1:38
Muammar©26-Aug-07 1:38 
AnswerRe: SELECT COL1,COL2,SUM(COL1,COL2) AS COL3 FROM TEST; Pin
Luis Alonso Ramos26-Aug-07 6:52
Luis Alonso Ramos26-Aug-07 6:52 
Also, the SELECT COL1, COL2 part will return one row for each row in your table. The SUM function will return only one row no matter how many you have. They are not compatible like that, without grouping by something. See GROUP BY docs.

Luis Alonso Ramos
Intelectix
Chihuahua, Mexico

My Blog!


QuestionSetup package Pin
justintimberlake25-Aug-07 23:03
justintimberlake25-Aug-07 23:03 
QuestionDataTable.DefaultView.Sort throwing out of memory exception Pin
michal.kreslik25-Aug-07 22:26
michal.kreslik25-Aug-07 22:26 
AnswerRe: DataTable.DefaultView.Sort throwing out of memory exception Pin
michal.kreslik26-Aug-07 20:01
michal.kreslik26-Aug-07 20:01 
GeneralRe: DataTable.DefaultView.Sort throwing out of memory exception Pin
michal.kreslik26-Aug-07 21:29
michal.kreslik26-Aug-07 21:29 
QuestionC# 2005 to VB.net 2005 project conversion? Pin
y2ktheory25-Aug-07 22:26
y2ktheory25-Aug-07 22:26 
AnswerRe: C# 2005 to VB.net 2005 project conversion? Pin
Christian Graus26-Aug-07 1:31
protectorChristian Graus26-Aug-07 1:31 
AnswerRe: C# 2005 to VB.net 2005 project conversion? Pin
Lutosław26-Aug-07 9:29
Lutosław26-Aug-07 9:29 
GeneralRe: C# 2005 to VB.net 2005 project conversion? Pin
y2ktheory26-Aug-07 10:14
y2ktheory26-Aug-07 10:14 
QuestionRegular expression in C# ... Question. Pin
Yanshof25-Aug-07 22:07
Yanshof25-Aug-07 22:07 
AnswerRe: Regular expression in C# ... Question. Pin
Christian Graus25-Aug-07 22:15
protectorChristian Graus25-Aug-07 22:15 
AnswerRe: Regular expression in C# ... Question. Pin
PIEBALDconsult26-Aug-07 4:37
mvePIEBALDconsult26-Aug-07 4:37 
AnswerRe: Regular expression in C# ... Question. Pin
Mark Churchill26-Aug-07 19:48
Mark Churchill26-Aug-07 19:48 
AnswerRe: Regular expression in C# ... Question. Pin
Urs Enzler26-Aug-07 20:20
Urs Enzler26-Aug-07 20:20 
Questionc# Pin
lankaudaranga25-Aug-07 21:30
lankaudaranga25-Aug-07 21:30 
AnswerRe: c# Pin
Christian Graus25-Aug-07 21:53
protectorChristian Graus25-Aug-07 21:53 
GeneralRe: c# Pin
Paul Conrad26-Aug-07 7:57
professionalPaul Conrad26-Aug-07 7:57 
AnswerRe: c# Pin
Paul Conrad26-Aug-07 7:57
professionalPaul Conrad26-Aug-07 7:57 

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.