Click here to Skip to main content
15,914,160 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to export datagrid into excel in winform in C# ? Pin
eggsovereasy30-Nov-06 4:01
eggsovereasy30-Nov-06 4:01 
QuestionMS Office System Color? Pin
god4k29-Nov-06 22:11
god4k29-Nov-06 22:11 
AnswerRe: MS Office System Color? Pin
ednrgc30-Nov-06 6:25
ednrgc30-Nov-06 6:25 
AnswerRe: MS Office System Color? Pin
Darren Sim30-Nov-06 6:28
Darren Sim30-Nov-06 6:28 
QuestionHow to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
BalasahebK29-Nov-06 21:34
BalasahebK29-Nov-06 21:34 
AnswerRe: How to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
Guffa29-Nov-06 21:44
Guffa29-Nov-06 21:44 
GeneralRe: How to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
BalasahebK29-Nov-06 22:15
BalasahebK29-Nov-06 22:15 
AnswerRe: How to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
Guffa29-Nov-06 23:06
Guffa29-Nov-06 23:06 
Ok, so you are not using an output parameter at all?

It's a bit hard to tell, as the stored procedure that you show is lacking the entire declaration part. It's hard to say what parameters you should use in the calling code if you don't show what parameters the stored procedure uses.

Also the stored procedure contains some errors that tells me that this is not the code that you are actually using. If you only show me some made up code, I can only give advice on that code, not on the code that you are actually using.

It's like if you went to your car mechanic and said: "I've brough my bike. Can you take a look at it and tell me what's wrong with my car?" Wink | ;)

If you have a query that returns more than one result, use the NextResult method of the data reader to move from the first result to the next.

---
b { font-weight: normal; }

GeneralRe: How to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
BalasahebK29-Nov-06 23:31
BalasahebK29-Nov-06 23:31 
AnswerRe: How to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
Guffa30-Nov-06 0:08
Guffa30-Nov-06 0:08 
GeneralRe: How to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
BalasahebK30-Nov-06 0:07
BalasahebK30-Nov-06 0:07 
AnswerRe: How to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
Guffa30-Nov-06 0:10
Guffa30-Nov-06 0:10 
GeneralRe: How to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
BalasahebK30-Nov-06 0:49
BalasahebK30-Nov-06 0:49 
GeneralRe: How to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
BalasahebK30-Nov-06 1:31
BalasahebK30-Nov-06 1:31 
AnswerRe: How to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
Guffa30-Nov-06 2:04
Guffa30-Nov-06 2:04 
GeneralRe: How to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
BalasahebK30-Nov-06 2:24
BalasahebK30-Nov-06 2:24 
AnswerRe: How to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
Not Active29-Nov-06 21:47
mentorNot Active29-Nov-06 21:47 
GeneralRe: How to read value from database using sqlhelper.ExecuteReader & Stored procedure, Output parameter Pin
BalasahebK29-Nov-06 22:09
BalasahebK29-Nov-06 22:09 
Questionpotentially dangerous !!! Pin
Tamimi - Code29-Nov-06 20:58
Tamimi - Code29-Nov-06 20:58 
AnswerRe: potentially dangerous !!! Pin
Guffa30-Nov-06 0:17
Guffa30-Nov-06 0:17 
QuestionXmlDocument - Browser View in Form Pin
h@s@n29-Nov-06 20:35
h@s@n29-Nov-06 20:35 
AnswerRe: XmlDocument - Browser View in Form Pin
Nader Elshehabi29-Nov-06 22:39
Nader Elshehabi29-Nov-06 22:39 
GeneralRe: XmlDocument - Browser View in Form Pin
h@s@n29-Nov-06 23:00
h@s@n29-Nov-06 23:00 
GeneralRe: XmlDocument - Browser View in Form Pin
Nader Elshehabi30-Nov-06 1:06
Nader Elshehabi30-Nov-06 1:06 
QuestionNumber to words utility Pin
Ramesh.V29-Nov-06 20:33
Ramesh.V29-Nov-06 20:33 

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.