What are the different ado.net namespaces?


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

Post New Answer

More ADO.NET Interview Questions

How do you find the count of records in a dataset?

0 Answers  


Why DataReader is Forward Only?

16 Answers   IBM, NIIT,


What is different between sqlcommand object and command behavior object?

0 Answers  


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

0 Answers   Infosys, Wipro,


What is executescalar and executenonquery?

0 Answers  


Can we connect two dataadapters to same data source using single connection at same time?

0 Answers  


How do I delete a row from a DataTable?

0 Answers   UGC Corporation,


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 advantages and disadvantages of using datalist?

0 Answers  


What is ado connection?

0 Answers  


what is the criteria of selection in sbi interview?

1 Answers   BCS, State Bank Of India SBI,


Explain how to create dynamic gridview?

0 Answers  


Categories