How does you call and execute a SP in .NET?

Answer Posted / anil sharma

command.commection =coonectionstring
command.commandType=commandType.storedProcedure
command.commandtext="sp_name"
command.executenonquery()

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the significance of delegates. Where should they be used?

578


What is internal keyword in .net framework?

710


Why do we use ansi keyword?

649


How do you use two datareaders at the same time in a vb.net windows application ?

643


What is redim keyword?

653






What is writeline in vb.net?

613


Explain about rapid application development tool?

601


What is the main use of a namespace?

613


Observations between vb.net and vc#.net?

656


What is misl code?

647


Name the two main parts of .net?

605


How to run a dos command in vb.net?

683


What is the strong name in .net assembly?

641


Which namespace are used for accessing the data?

735


What is the difference between static or dynamic assemblies?

639