How can you execute stored procedure from windows application?
Answer / jigneshsanghvi
Stored proc. can be executed using command object by
ExecuteNonQuery method.
Sample Code :
Dim cnn as new sqlconnection
cnn.connectionstring=constr
cnn.open()
Dim cmd as new sqlcommand
cmd.connection=cnn
cmd.commandtext = "ProcName" & parameter list separated by comma
cmd.ExecuteNonQuery()
| Is This Answer Correct ? | 0 Yes | 0 No |
SessionState - type of sessionstate and when and how to use it
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?
Can you create an app domain ?
What is session state server?
Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.
Which is better asp.net or php?
What is the use of sessionstate tag in the web.config file?
• What Session State providers are available in ASP.NET? What are the pros and cons of each?
What is the difference between localization and globalization?
Differentiate between early binding and late binding.
Is overloading possible in web services?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
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)