how to update data using store procedure
Answer / sathish
create procedure <pro.name>
{
@variable declartion,,,,,
AS
if exist(select the table with condition)
BEGIN
update query
END
else
BEGIN
//insert new data
END
| Is This Answer Correct ? | 3 Yes | 1 No |
Do you know caching feature?
Which protocol is used in a web api?
How can I configure asp.net applications that are running on a remote machine?
Where viewstate value is stored in asp.net?
RequiredFieldValidator--write code in javascript
What is the need to give <compilation debug=true> command ?
What is inproc and outproc?
Explain Session state management options in ASP.NET.
What is the difference between adding reference in solution explorer and adding references by using ?
I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?
explain code with datachaching with example
Is asp.net 64-bit enabled? How?
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)