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 |
Is vb.net dead?
Explain about the keyword must inherit?
Explain some of the exclusive features which are present in vb?
what is diffrence constructor and destructor in vb
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
What is an assembly and its use?
how to call a list box on the text if some one send me the code for it
Difference between VB dll and assemblies in .NET ?
What is internal keyword in .net framework?
What is the feature anonymous type?
What is enumerator?
Which namespace are used for accessing the data?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)