Thursday, November 24, 2011

MySQL Stored Procedure with ADF Application

I have one situation with mysql stored procedure with ADF application, which are how to call mysql stored procedure from ADF application. Also stored procedure returns string of values (concat).

First i write stored procedure in MySQL database:


And after i call from Application Module client:

Finally we can use this client method from any side. (Task Flow etc...).

Tuesday, November 15, 2011