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

C#

 
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 
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 
ok problem has been solved using ExecuteReader.
I'm using below code to read next Resultset.

Reader = SqlHelper.ExecuteReader(pass parameters)

if !(Reader == null)
{
while(Reader.Read())
{
string str = Reader["param1"].ToString();
}
Reader.NextResult
While(Reader.read())
{
string str1 = Reader["Param2"].ToString();
}
}

Many many thanks for ur help too.
Thanks
Keep in touch
My email id:- kbalu_2001@rediffmail.com

Balasaheb
Software Developer
Platform: Asp.net,vb.net
Database: SQL Server 2000

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 
AnswerRe: Number to words utility Pin
Nader Elshehabi29-Nov-06 22:47
Nader Elshehabi29-Nov-06 22:47 
QuestionNeed to use REGEX Pin
M Riaz Bashir29-Nov-06 19:37
M Riaz Bashir29-Nov-06 19:37 
AnswerRe: Need to use REGEX Pin
Coding C#29-Nov-06 19:53
Coding C#29-Nov-06 19:53 

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.