What is ado full form?


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

Post New Answer

More ADO.NET Interview Questions

What are all the different methods under sqlcommand?

0 Answers  


How is entity framework different from ado.net?

0 Answers  


Which is faster entity framework or ado.net?

0 Answers  


What is sqlconnection and sqlcommand?

0 Answers  


Which is faster sqldataadapter and sqldatareader?

0 Answers  






How to fetch the last inserted record in a particular table?

10 Answers   CarrizalSoft Technologies, Microsoft,


How do you implement locking concept for dataset?

0 Answers  


WHAT Are the major major compnents of a data provider in ADO.net.

14 Answers   Infosys, Wipro,


What does executereader return?

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 is ado object model?

0 Answers  


What are the namespaces used in ado.net for data access?

0 Answers  


Categories