What is the use of adodc?


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

Post New Answer

More ADO.NET Interview Questions

What is microsoft ole db provider for sql server?

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 to add an aggregate column?

0 Answers  


Which keyword is used to accept variable number of parameters?

0 Answers  


what is execute scalar?

11 Answers   Atharva Infotech, Dohatec New Media, Make eIT, Protech,






Explain the ADO . Net Architecture ?

3 Answers  


What are the ado.net connection pooling parameters?

0 Answers  


What are major difference between classic ADO and ADO.NET?

2 Answers  


What is bubbled event?

0 Answers  


How can we perform transactions in .net?

0 Answers  


Is datareader faster than datatable?

0 Answers  


What is ADO .NET and what is difference between ADO and ADO.NET?

7 Answers   Ksb,


Categories