Search code examples
stored-proceduresibm-mobilefirstworklight-adapters

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


Is it possible to call a Stored Procedure in Worklight through the WL.Server.invokeSQLStoredProcedure API method that requires an Out parameter?


Solution

  • No, WL SQL adapter does not support out parameters.