What is the use of Dataview?


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

Post New Answer

More ADO.NET Interview Questions

What are the steps in connecting to database?

3 Answers   IBM, Microsoft,


What is the difference between data reader and data adapter?

0 Answers  


How to enable and disable connection pooling?

0 Answers  


Diff. b/w DataReader and DataSet?

8 Answers   Avon, Value Labs,


how to keep track of index in listbox items.

2 Answers  






What is dataset and tell about its features. What are equivalent methods of previous, next etc. Of ADO in ADO.NET ?

1 Answers   Digital GlobalSoft,


How to read data with the sqldatareader ?

0 Answers  


Explain ado.net features?

0 Answers  


what is Sql Native Client?

5 Answers   Gantec Solutions,


Data reader read and forward only, how is it possible to get 2 tables of data at a time?

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,


Is ado.net dead?

0 Answers  


Categories