What are the parameters that control most of connection pooling behaviours?


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

Post New Answer

More ADO.NET Interview Questions

Whate are different types of Commands available with DataAdapter ?

2 Answers  


what is the criteria of selection in sbi interview?

1 Answers   BCS, State Bank Of India SBI,


What is difference between datareader and dataadapter?

0 Answers  


If we are not returning any records from the database, which method is to be used?

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 rdo dao in visual basic?

0 Answers  


What is ado.net connection?

0 Answers  


how to display empty table to datagrid

3 Answers   LG Soft,


What DataReader class do in ADO.NET ?

0 Answers   NA,


What is the difference between a Dataset and DataReader? Can dataReader hold data from multiple tables?

3 Answers   Fulcrum Logic, Merrill Lynch,


How do you update database through dataset?

0 Answers  


Why DataReader is Forward Only?

16 Answers   IBM, NIIT,


Categories