What is executequery?


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

Post New Answer

More ADO.NET Interview Questions

How many types of data table are in SQL.NET

4 Answers   Chetu India, HCL, MAHINDRA,


Advantage of ADO.Net?

2 Answers   QualSoft, TCS,


Explain ado.net features? Benefits? Drawbacks?

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,


Which is the best method to get two values from the database?

0 Answers  






Explain why edit is not possible in repeater?

0 Answers  


What is the difference between an ADO.NET Dataset and an ADO Recordset?

0 Answers  


What are the several execute methods of ado.net?

0 Answers  


Define Execute Scalar?

0 Answers   UGC Corporation,


Why ca not we use multiple inheritance and garbage collector paralelly in .net?

0 Answers  


Define connection string?

0 Answers  


What is isolation?

0 Answers  


Categories