Getting output from the script in database connector

0
Hello everyone! I'm currently trying to connect external (oracle) database in my Mendix app via database connector. Instead of executing single INSERT etc. statements i want to run PLSQL script (with input parameters). The problem is i can't get parameters out of this script. Is there any possibility in database connector i can run script that generates output with values i get dynamicly from database in one transcation? Thank you
asked
1 answers
0

I Think The Answer is No. You can pass Input to SQL Query or Use Templated String with Database Connector but Connector Internally can’t populate the input filed based on some query output.

You have to Write custom JavaAction for this.

answered