Click here to Skip to main content
15,895,799 members
Home / Discussions / C#
   

C#

 
GeneralRe: My Application takes 5 hours to run Pin
rkherath3-Apr-07 23:58
rkherath3-Apr-07 23:58 
GeneralRe: My Application takes 5 hours to run Pin
Christian Graus4-Apr-07 0:04
protectorChristian Graus4-Apr-07 0:04 
GeneralRe: My Application takes 5 hours to run Pin
V.4-Apr-07 0:09
professionalV.4-Apr-07 0:09 
AnswerRe: My Application takes 5 hours to run Pin
joon vh.3-Apr-07 22:48
joon vh.3-Apr-07 22:48 
GeneralRe: My Application takes 5 hours to run Pin
rkherath3-Apr-07 22:59
rkherath3-Apr-07 22:59 
QuestionSQL Server 2005, Usage % all databases using performance counters!! Pin
Adeel Chaudhry3-Apr-07 21:26
Adeel Chaudhry3-Apr-07 21:26 
Generaladd to above... Pin
Adeel Chaudhry3-Apr-07 21:27
Adeel Chaudhry3-Apr-07 21:27 
QuestionQuery [modified] Pin
Nekshan3-Apr-07 21:09
Nekshan3-Apr-07 21:09 
i have these data in table 'dealer':

dealerid@@@campaignid@@@keyvalue
@1@@@@@@@@3@@@@@@@6
@2@@@@@@@@4@@@@@@@3
@3@@@@@@@@2@@@@@@@5
@4@@@@@@@@1@@@@@@@4
@5@@@@@@@@1@@@@@@@2
@6@@@@@@@@2@@@@@@@1
@7@@@@@@@@3@@@@<@NULL@> = NULL is null value in database without the '@'sign between brackets '<','>' and 'NULL'

'@' = spacebar,to separate the data.

Now i want the dealerid where campaignid = 3 n keyvalue = NULL
So, i queried in queryanalyzer of sqlserver2005:

SELECT dealerid FROM dealer WHERE (keyvalue = NULL) AND (campaignid = 3)

I must get output as 7.
But i dont get any output in its output window, neither i am getting any error.

Hope to get a reply.
regards Nekshan.



-- modified at 3:17 Wednesday 4th April, 2007
AnswerRe: Query Pin
Christian Graus3-Apr-07 21:53
protectorChristian Graus3-Apr-07 21:53 
GeneralRe: Query Pin
joon vh.3-Apr-07 22:33
joon vh.3-Apr-07 22:33 
Questiongrid control Pin
Enter the Dragon3-Apr-07 20:34
Enter the Dragon3-Apr-07 20:34 
AnswerRe: grid control Pin
Christian Graus3-Apr-07 20:46
protectorChristian Graus3-Apr-07 20:46 
GeneralRe: grid control Pin
joon vh.3-Apr-07 22:38
joon vh.3-Apr-07 22:38 
AnswerRe: grid control Pin
sudhakar_vaddepalli3-Apr-07 23:05
sudhakar_vaddepalli3-Apr-07 23:05 
QuestionIs it possible to use visual effect to show data from different sources? Pin
Khoramdin3-Apr-07 20:28
Khoramdin3-Apr-07 20:28 
AnswerRe: Is it possible to use visual effect to show data from different sources? Pin
Christian Graus3-Apr-07 20:32
protectorChristian Graus3-Apr-07 20:32 
GeneralRe: Is it possible to use visual effect to show data from different sources? Pin
Khoramdin3-Apr-07 20:47
Khoramdin3-Apr-07 20:47 
GeneralRe: Is it possible to use visual effect to show data from different sources? Pin
Christian Graus3-Apr-07 21:52
protectorChristian Graus3-Apr-07 21:52 
GeneralRe: Is it possible to use visual effect to show data from different sources? Pin
joon vh.3-Apr-07 22:46
joon vh.3-Apr-07 22:46 
QuestionHandle key in all of application Pin
MHASSANF3-Apr-07 20:22
MHASSANF3-Apr-07 20:22 
AnswerRe: Handle key in all of application Pin
Christian Graus3-Apr-07 20:33
protectorChristian Graus3-Apr-07 20:33 
QuestionRe: Handle key in all of application Pin
MHASSANF3-Apr-07 21:34
MHASSANF3-Apr-07 21:34 
AnswerRe: Handle key in all of application Pin
Stefan Troschuetz3-Apr-07 21:49
Stefan Troschuetz3-Apr-07 21:49 
AnswerRe: Handle key in all of application Pin
Muammar©3-Apr-07 21:57
Muammar©3-Apr-07 21:57 
QuestionPictureBox contents Printing Pin
ullaskumar v3-Apr-07 20:17
ullaskumar v3-Apr-07 20:17 

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.