Which object of ado contains datarow datacolumn collection?


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

Post New Answer

More ADO.NET Interview Questions

How to find the count of records in a dataset?

6 Answers  


Where do you store connection string ?

3 Answers   Digital GlobalSoft,


How to aggregating data across related tables?

0 Answers  


how to keep track of index in listbox items.

2 Answers  


what is type dataset?

3 Answers  






Explain acid properties?

4 Answers  


Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.

0 Answers  


what is Execute NOn Query?

29 Answers   Infosys, Protech, Sars Systems, SwanSoft Technologies,


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,


Which keyword is used to accept variable number of parameters?

0 Answers  


What is disconnected architecture in ado.net?

0 Answers  


Which method in OLEDBAdapter is used to populate dataset with records?

0 Answers  


Categories