Do you use stored procedure in ado.net?



Do you use stored procedure in ado.net?..

Answer / Mayur Kumar Jaiswal

Yes, ADO.NET provides support for executing stored procedures using the Command object's ExecuteNonQuery(), ExecuteReader(), and ExecuteScalar() methods.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

How xml files and be read and write using dataset ?

1 Answers  


What are the Different layers in ADO.Net?

7 Answers  


Can we bind one datareader wid two dropdown list?

5 Answers  


What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

1 Answers   CGI,


Explain which name space is used to get assembly details?

1 Answers  


What are the 3 major types of connection objects in ado.net?

1 Answers  


how do u connect ado.net to sql server

1 Answers   Microsystems,


How do you update database through dataset?

1 Answers  


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

1 Answers  


What is different between sqlcommand object and command behavior object?

1 Answers  


What is Debug.write does?

1 Answers  


What are the rules to implement connection pooling?

1 Answers  


Categories