How does you call and execute a SP in .NET?
Answers were Sorted based on User's Feedback
Answer / anil sharma
command.commection =coonectionstring
command.commandType=commandType.storedProcedure
command.commandtext="sp_name"
command.executenonquery()
Is This Answer Correct ? | 6 Yes | 1 No |
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 |
What is an application domain? how they get created?
What is a literal control?
Explain an assembly?
Explain how to send xml file on server using http protocol?
What would you do to remove microsoft visual basic name space?
What is jagged array in vb.net?
what is diffrence constructor and destructor in vb
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.
What is the ruby interface generator?
Explain the difference between dispose and finalize()?
What is the relation between Garbage collector and finalize and destructor?
Described strong typing