In how many ways we can retrieve table records count? How to find the count of records in a dataset?


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

Post New Answer

More ADO.NET Interview Questions

What are the advantages and disadvantages of using datalist?

0 Answers  


How to pass values into a datatable?

0 Answers  


what is data Adapter?

26 Answers   CMC, CSS, IBM,


What is difference between sqldatareader and sqldataadapter?

0 Answers  


what are the differences between dataset and datareader?

4 Answers   Choice Solutions,


What is azure ado?

1 Answers  


Give an example of a .net application which connects to microsoft access database using ado.net classes.

0 Answers  


What are the steps you will take to improve performance? Will you use dataset or datareader?

0 Answers  


Explian About DataAdapters

0 Answers   BirlaSoft,


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,


How to add an aggregate column?

0 Answers  


Categories