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 to connect a service based database to vb.net forms? Do we have to create any specific database?

1 Answers  


what are the types of threading models in VB.net ?

1 Answers   Satyam,


Explain and brief about rapid application development tool?

0 Answers  


How to connect crystal report in vb.net ?

0 Answers  


Can you please explain the difference between int and int32?

0 Answers  


Which is the tool which can convert visual basic old version to .net compatibility version?

0 Answers  


Which control is an example of an object in vb net?

0 Answers  


Explain the components of common language runtime.

0 Answers  


Explain option strict?

0 Answers  


what is intermediate language?

0 Answers  


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

0 Answers  


Explain the advantages of migrating to vb.net?

0 Answers  


Categories