IBM Worklight - Is it possible to call Stored Procedures with the Out parameter?

折月煮酒 提交于 2019-12-01 22:14:06

No, WL SQL adapter does not support out parameters.

Sam Nunnally

There is another way to override Worklight and call stored procedures via Java to get OUT params. See answer here IBM Worklight - How to get OUT parameter when invoking a stored procedure?

This approach can be used to get OUT parameters as well as Ref Cursors (SYS_REFCURSOR) which also are not supported.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!