Hi Deric,
I think you should use
var rs = pstmt.executeQuery();
instead of
var rs = pstmt.execute();
You can check the XSJS API here JSDoc: Index
Best regards,
Wenjun
Hi Deric,
I think you should use
var rs = pstmt.executeQuery();
instead of
var rs = pstmt.execute();
You can check the XSJS API here JSDoc: Index
Best regards,
Wenjun