What are the ado.net objects?


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

Post New Answer

More ADO.NET Interview Questions

What is DataRowCollection?

0 Answers  


What is the role of the dataset object in ado.net?

0 Answers  


Being fresher How would i answer to the question that what is your salary exception?

4 Answers  


What happens when we issue Dataset.ReadXml command?

1 Answers  


feature of ADO.Net

11 Answers   Wipro,






What are dcl commands?

0 Answers  


What does executereader return?

0 Answers  


how to display empty table to datagrid

3 Answers   LG Soft,


What is ado.net object model?

0 Answers  


What is difference between dataset and datatable?

0 Answers  


Explain how to bind the controls(best practice) comboboxes to the data in the dataset?

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,


Categories