What is data adapter in ado.net with example?


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

Post New Answer

More ADO.NET Interview Questions

What is ole in vb?

0 Answers  


What is oledb connection?

0 Answers  


What is the use of sqldatareader class?

0 Answers  


How do u implement locking concept for dataset?

2 Answers   ABC,


What providers do you use to connect to oracle database ?

4 Answers   Digital GlobalSoft,


What provider ADO.net use by default ?

5 Answers   Accenture, BirlaSoft, Wipro,


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,


Why is it important to close an ado.net application?

0 Answers  


How many major types of connection objects in ADO.NET?

0 Answers   MCN Solutions,


What is an ado?

0 Answers  


Explain ado.net features?

0 Answers  


What is Serialization in .NET? what are the types of Serialization?

0 Answers   Arigo Infotech,


Categories