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 |
How to connect a service based database to vb.net forms? Do we have to create any specific database?
what are the types of threading models in VB.net ?
Explain and brief about rapid application development tool?
How to connect crystal report in vb.net ?
Can you please explain the difference between int and int32?
Which is the tool which can convert visual basic old version to .net compatibility version?
Which control is an example of an object in vb net?
Explain the components of common language runtime.
Explain option strict?
what is intermediate language?
What are all the differences between dispose and finalize()?
Explain the advantages of migrating to vb.net?