Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: Compact PST File in Outlook Pin
N a v a n e e t h26-Feb-11 14:41
N a v a n e e t h26-Feb-11 14:41 
Questionwhich mobile supports AT commands for sending sms through coding in c# Pin
aeman25-Feb-11 21:20
aeman25-Feb-11 21:20 
AnswerRe: which mobile supports AT commands for sending sms through coding in c# Pin
OriginalGriff25-Feb-11 21:24
mveOriginalGriff25-Feb-11 21:24 
GeneralRe: which mobile supports AT commands for sending sms through coding in c# Pin
aeman25-Feb-11 22:05
aeman25-Feb-11 22:05 
QuestionConvert into Url from Socket Pin
Anubhava Dimri25-Feb-11 18:35
Anubhava Dimri25-Feb-11 18:35 
AnswerRe: Convert into Url from Socket Pin
OriginalGriff25-Feb-11 20:39
mveOriginalGriff25-Feb-11 20:39 
GeneralRe: Convert into Url from Socket Pin
Anubhava Dimri25-Feb-11 21:08
Anubhava Dimri25-Feb-11 21:08 
GeneralRe: Convert into Url from Socket Pin
OriginalGriff25-Feb-11 21:22
mveOriginalGriff25-Feb-11 21:22 
GeneralRe: Convert into Url from Socket Pin
Anubhava Dimri25-Feb-11 21:29
Anubhava Dimri25-Feb-11 21:29 
GeneralRe: Convert into Url from Socket Pin
OriginalGriff25-Feb-11 21:33
mveOriginalGriff25-Feb-11 21:33 
GeneralRe: Convert into Url from Socket Pin
Anubhava Dimri25-Feb-11 23:04
Anubhava Dimri25-Feb-11 23:04 
GeneralRe: Convert into Url from Socket Pin
OriginalGriff25-Feb-11 23:23
mveOriginalGriff25-Feb-11 23:23 

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.