Skip to main content

hi,


 


i have smartobject connect to database sqlserver.


how to change update method logic?


i mean by default   update method  the logic is "update  column1, column2  where primary key =  parameter "


i want cheng it in to " update column2 where colum1 = param".


 


 


how to do that?


 


 


 


 


 

It sounds like your first SP has 3 params and you have changed it to have 2 params.


You need to refresh the SQL service broker to update the instance schema.  After this is done, you need to edit your SmartObject mapped to this modified SP to redo the mappings again.


Reply