What is the difference between Datareader and Dataset?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ADO.NET Interview Questions

Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.

0 Answers  


Which provider is used to connect ms access, oracle, etc…?

0 Answers  


What is the difference between linq and ado.net?

0 Answers  


I want to ask u that if i add radio button in ado.net form,and how radion button data insert in SQL2005 Database...

6 Answers  


What is datatable in ado.net?

0 Answers  


What are the different methods by which we can populate a dataset?

0 Answers  


Is ado.net an orm?

0 Answers  


What is the current version of entity framework?

0 Answers  


OleDbDataAdapter ole=new OleDbDataAdapter(new OleDbCommand ("select * from login",oleDbConnection1)); OleDbCommandBuilder cmd=new OleDbCommandBuilder(ole); ole.Fill(dataSet11,"login"); DataRow drow=dataSet11.Tables ["login"].NewRow(); drow[0]=textBox1.Text; drow[1]=textBox2.Text; drow[2]=textBox3.Text; dataSet11.Tables["login"].Rows.Add (drow); ole.UpdateCommand=cmd.GetUpdateCommand(); ole.Update(dataSet11,"login"); MessageBox.Show("one row added"); this gives exception.how to solve it

1 Answers   Nimaya,


How can you implement sub data grid in a master datagrid?

1 Answers  


Explain the namespaces in which .net has the data functionality class.

0 Answers  


Explain how to find the given query is optimised one or not?

0 Answers  


Categories