Click here to Skip to main content
15,910,603 members

Comments by Peeyush Pachaori (Top 18 by date)

Peeyush Pachaori 23-May-14 4:42am View    
if EXISTs(SELECT 1 FROM Framework.Service WHERE ID = 'B0ED76DD-F93B-4B64-8E87-654129E2A8AC' AND DeploymentID = 'D6726F6A-10A0-4917-AFD3-21949A62CD51')
begin
--print 'x'
Update Custom.Membership
set membershiptype = 'Unlimited/Ongoing' where Ongoing = 1
end

Here condition is false still it tries to set membershiptype column which does not exists and throws the error.
Peeyush Pachaori 27-Nov-12 9:32am View    
It's not working in Outlook work well in webmail.
Peeyush Pachaori 12-Oct-12 4:44am View    
Show code please.
Peeyush Pachaori 12-Oct-12 3:18am View    
Correct me if i didn't understand properly: You Clicked the button, went to server, got the data, populated the dropdown. Now when you select some option value in dropdown you want another server call?
Peeyush Pachaori 11-Oct-12 10:27am View    
Do you want the person id to increment and save in database?