stored procedure or stored functions

eugenio

Administrator
Staff member
Hi,
not at the moment; could you describe better your use case? We might add this to DaDaBIK 8.

best,
 

avasi

New member
I have a database (mysql) that has some stored procedures defined within. I wish to have a way to include those procedures and exeute them without write any code.
 

eugenio

Administrator
Staff member
Ok but I don't understand how would you like to integrate them in DaDaBIK, you want to execute them when a specific DaDaBIK event occurs?
 

avasi

New member
I don't have a clear idea about that, maybe an event fired by user or automatically by dadabik under some circumstances...
 

eugenio

Administrator
Staff member
DaDaBIK 8 will have more "hooks" to add custom code when an event occurs (e.g. insertion of a new record in table X); I think this is where a stored procedure might be useful.
 

eugenio

Administrator
Staff member
You can do the same now, but you have to manually add the code at the end of each function (e.g. insert_record, update_record, ...)
 

eugenio

Administrator
Staff member
Hopefully in Autumn 2016, to celebrate 15 years from the first public release of DaDaBIK :) but it could be sooner or later.
 
Top