Hi Guys
I use begin Tran and commit to insert update multiple rows in one statement from my ASP.net App
Begin Tran
update ParameterValues set ParameterValue='12' WHERE ParametersValueId=3898
update ParameterValues set ParameterValue='122' WHERE ParametersValueId=3837
update ParameterValues set ParameterValue='1' WHERE ParametersValueId=3840
update ParameterValues set ParameterValue='42' WHERE ParametersValueId=3839
Commit Tran
But this din't work with Hana, can anyone help to do the same in Hana
Thank you
Bassam