How to retrieve the third table value from the data set?
Answer Posted / denial gonzalvis
ds.tables[2].rows[w.rowindex].datacolumn.tostring();
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is a data control clerk?
What is the difference in record set and dataset?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
describe the dataset object in ado.net.
What is namespace in ado.net?
What is an ADO.Net?
What is defaultview in datatable?
What is the advantage of ado.net?
What is serialization and de-serialization in .net?
Explain the differences between oledb sql server, oledbdotnet provider?
What are the major challenges in accessing data from a database?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
How to find the given query is optimised one or not?
What is DataReader Object?