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

Answers were Sorted based on User's Feedback



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

Answer / anil sharma

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

Is This Answer Correct ?    6 Yes 1 No

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

Answer / ponnuraj

Using command object we can execute a SP. Instead of sql
query we have to pass the SP Name.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More VB.NET Interview Questions

Explain the difference between c# and vb.net?

0 Answers  


What is DLL HELL in VB.NET

0 Answers   HCL,


How to create a constant in vb.net?

0 Answers  


What is enumerator?

0 Answers  


Name some of the features of C# which are not present in VB.NET?

0 Answers  






What are all the differences between dispose and finalize()?

0 Answers  


What is DLL hell?

2 Answers  


What is intermediate language in .NET ?

20 Answers   Digital GlobalSoft,


What is late binding?

0 Answers  


What is the Difference between Dataset and Datareader?

7 Answers  


What is the difference between Abstract Classes and Interfaces? Give the answer as a table format....

5 Answers  


What is portable executable?

0 Answers  


Categories