Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Problem updating table using XSJS

$
0
0

Ben,

 

have you tried 04. pstmt.execute() ? Assuming that you have verified your UPDATE permissions.

 

Wrap it in try/catch as suggested by Thomas Jung to get slightly more detailed error message

try{

...

}catch(e) {

// see e.toString()

}

 

HTH


Viewing all articles
Browse latest Browse all 9165

Trending Articles