How to call MySQL Procedure in bubble using SQL connector plugin. I have created a procedure in MySQL and now i want to call it in bubble using SQL connector. In MySQL i can call procedure using call keyword. Example:- “CALL Database_name.Procedure_name;”
I assume this plugin (that I personnaly use) can only make sql queries and I don’t think it handles procedure. What is it you try to do exactly ?
I have written a long SQL query. which take too much time to execute. so I have created procedure in mysql. and then I want yo call this procedure in bubble which may reduce execution time.
I never used procedures before I’m sorry I can’t help you for that… Hope someone else can.