What is the default Timeout for SqlCommand.CommandTimeout property?


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

Post New Answer

More ADO.NET Interview Questions

How to add a javaScript function in a datagrid?

0 Answers   C DAC, CDAC,


What is dataset object? Explain the various objects in dataset.

0 Answers  


What are the namespaces used in ADO.Net to connect to a database?

0 Answers  


How to check if a datareader is closed or opened?

1 Answers  


What is the difference between data grid and data repeater?

0 Answers  


What is a data control clerk?

0 Answers  


Does dapper use ado.net?

0 Answers  


can we change the data in dataset? if yes what is the process?

1 Answers   Artech,


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

0 Answers  


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

0 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,


Categories