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

How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?

0 Answers  


What is the significance of delegates. Where should they be used? What are the situations where we require them?

0 Answers  


What is trace in vb.net?

0 Answers  


What is late binding and early binding?

0 Answers  


What is early binding?

0 Answers  






Tell us how many languages are supported by .net?

0 Answers  


how to connect crystal report with vb.net ?

2 Answers   Patni,


Explain trace in vb.net?

0 Answers  


What is DLL HELL in VB.NET

0 Answers   HCL,


How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?

0 Answers   Perot Systems,


Explain jit?

0 Answers  


List the types of generations in garbage collector?

0 Answers  


Categories