How to retrieve the third table value from the data set?

Answers were Sorted based on User's Feedback



How to retrieve the third table value from the data set?..

Answer / bala.r

ds.Tables[2].Rows[SpecificRow][SpecificColumn].ToString();
// SpecificRow- is an Row Index
// SpecificColumn - is either DataColumn or Column Name in
string or Column Index

Is This Answer Correct ?    13 Yes 3 No

How to retrieve the third table value from the data set?..

Answer / denial gonzalvis

ds.tables[2].rows[w.rowindex].datacolumn.tostring();

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More ADO.NET Interview Questions

What is ado object model?

1 Answers  


How do you update database through dataset?

1 Answers  


what is type dataset?

3 Answers  


Difference between datareader and dataset?

26 Answers   Microsoft, Noel Infotech, Satyam, Value Labs,


Define executenonquery?

1 Answers  


Explain ado.net features?

1 Answers  


Which is better ole db or odbc?

1 Answers  


What is ado.net full form?

1 Answers  


What do you know about ado.net's methods?

1 Answers  


What is the difference between ADO and ADO.Net?

1 Answers  


what is the syntax code to oledb to connect oracle

6 Answers   IBM,


What are the parameters that control most of connection pooling behaviours?

1 Answers  


Categories