Answer Posted / dinesh
Declaration : SqlDataAdapter da;
Instantiation : Dataset ds = new DataSet();
da.Fill(ds,StartingRecord,EndRecord,tablename);
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is microsoft ole db provider for sql server?
What are all the different methods under sqlcommand?
What is datatable in ado.net?
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?
Which ado.net object is very fast in getting data from the database?
What is the meaning of object pooling?
What is the use of adodc?
What is maximum pool size in ado.net connection string?
What is csdl entity framework?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is a sqldataadapter?
Explain the role of data provider in ado.net?
How do you merge 2 datasets into the third dataset in a simple manner?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
Explain the difference in an abstract class and an interface?