Click here to Skip to main content
15,912,977 members
Home / Discussions / C#
   

C#

 
AnswerRe: MOVEFILEEX fails in WIN7 Pin
DaveAuld27-Feb-11 3:13
professionalDaveAuld27-Feb-11 3:13 
AnswerRe: MOVEFILEEX fails in WIN7 Pin
avinash51027-Feb-11 3:37
avinash51027-Feb-11 3:37 
QuestionHow to iterate in recursion? Pin
shivamkalra26-Feb-11 9:45
shivamkalra26-Feb-11 9:45 
AnswerRe: How to iterate in recursion? Pin
Luc Pattyn26-Feb-11 10:22
sitebuilderLuc Pattyn26-Feb-11 10:22 
GeneralRe: How to iterate in recursion? Pin
shivamkalra26-Feb-11 10:50
shivamkalra26-Feb-11 10:50 
AnswerRe: How to iterate in recursion? Pin
Luc Pattyn26-Feb-11 11:22
sitebuilderLuc Pattyn26-Feb-11 11:22 
GeneralRe: How to iterate in recursion? Pin
shivamkalra26-Feb-11 13:48
shivamkalra26-Feb-11 13:48 
GeneralRe: How to iterate in recursion? Pin
Luc Pattyn26-Feb-11 13:50
sitebuilderLuc Pattyn26-Feb-11 13:50 
QuestionWriting sql command from c# Pin
teknolog12326-Feb-11 9:32
teknolog12326-Feb-11 9:32 
AnswerRe: Writing sql command from c# Pin
Luc Pattyn26-Feb-11 10:25
sitebuilderLuc Pattyn26-Feb-11 10:25 
AnswerRe: Writing sql command from c# Pin
OriginalGriff26-Feb-11 20:52
mveOriginalGriff26-Feb-11 20:52 
GeneralRe: Writing sql command from c# Pin
teknolog12327-Feb-11 7:39
teknolog12327-Feb-11 7:39 
GeneralRe: Writing sql command from c# Pin
Dave Kreskowiak27-Feb-11 11:59
mveDave Kreskowiak27-Feb-11 11:59 
GeneralRe: Writing sql command from c# Pin
OriginalGriff27-Feb-11 21:31
mveOriginalGriff27-Feb-11 21:31 
GeneralRe: Writing sql command from c# Pin
teknolog12327-Feb-11 23:11
teknolog12327-Feb-11 23:11 
GeneralRe: Writing sql command from c# Pin
OriginalGriff27-Feb-11 23:22
mveOriginalGriff27-Feb-11 23:22 
GeneralRe: Writing sql command from c# Pin
teknolog12327-Feb-11 23:44
teknolog12327-Feb-11 23:44 
AnswerRe: Writing sql command from c# Pin
Bernhard Hiller28-Feb-11 0:38
Bernhard Hiller28-Feb-11 0:38 
GeneralRe: Writing sql command from c# Pin
teknolog12328-Feb-11 1:08
teknolog12328-Feb-11 1:08 
GeneralRe: Writing sql command from c# Pin
Bernhard Hiller28-Feb-11 3:36
Bernhard Hiller28-Feb-11 3:36 
That's extremely strange. Could you try
SqlCommand cmdGelir = new SqlCommand("Select SUM(Hesap), MasaNo From Gecmis Where MasaNo = 'Gelir' Group By MasaNo", sqlBaglanti);

Then loop through all the rows returned. This might help to get closer to the source of the problem. It should be exactly one row. If it is more, look at there MasaNo values...
And another point: sometimes the use of two different systems for accessing databases can cause confusion - are you sure you connect to the same database?
GeneralRe: Writing sql command from c# Pin
teknolog12328-Feb-11 6:23
teknolog12328-Feb-11 6:23 
Questionwhen thread.sleep() called the visibility of the label is not working properly. Pin
prasadbuddhika26-Feb-11 3:48
prasadbuddhika26-Feb-11 3:48 
AnswerRe: when thread.sleep() called the visibility of the label is not working properly. Pin
Henry Minute26-Feb-11 4:35
Henry Minute26-Feb-11 4:35 
AnswerRe: when thread.sleep() called the visibility of the label is not working properly. Pin
Luc Pattyn26-Feb-11 5:06
sitebuilderLuc Pattyn26-Feb-11 5:06 
QuestionCompact PST File in Outlook Pin
pravin_mun25-Feb-11 21:58
pravin_mun25-Feb-11 21:58 

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.