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

What is an application domain? how they get created?

0 Answers  


What is a literal control?

0 Answers  


Explain an assembly?

0 Answers  


Explain how to send xml file on server using http protocol?

0 Answers  


What would you do to remove microsoft visual basic name space?

0 Answers  






What is jagged array in vb.net?

0 Answers  


what is diffrence constructor and destructor in vb

0 Answers   MCN Solutions,


Write a program that accepts an array of numbers, and two numbers (an element and a position in the array) and inserts the given element into nth position of the array.

2 Answers  


What is the ruby interface generator?

0 Answers  


Explain the difference between dispose and finalize()?

0 Answers  


What is the relation between Garbage collector and finalize and destructor?

2 Answers   Kanbay,


Described strong typing

0 Answers  


Categories