What are the data providers used in ado.net


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

Post New Answer

More ADO.NET Interview Questions

Explain how to create dynamic gridview?

0 Answers  


What is execute reader in ado.net?

0 Answers  


Which is faster dataset or datareader?

0 Answers  


what is data access layer?

2 Answers   Honeywell,


How to enable and disable connection pooling?

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,


What are the different execute methods of Ado.Net?

0 Answers  


How xml files and be read and write using dataset ?

1 Answers  


How will you fill the gridview by using datatable object at runtime?

0 Answers  


Which property is used to check whether a DataReader is closed or opened?

0 Answers  


Explain ado.net features?

0 Answers  


What is the significance of CommandBehavior.CloseConnection ?

0 Answers   NA,


Categories