Using MySQL stored procedures in stat of INSERT query
Posted: Mon Dec 09, 2019 3:43 pm
Dear,
I'm newbie with meteohub. At the moment I use a normal INSERT MySQL statement to put data in my own MariaDb database. Normally I prefer to use stored procedures. Works faster than an normal INSERT and is easier to manage. With meteobridge I have all times an error. The same stored pocedure, called by a PHP page works fine. The meteobridge settings are correct while the INSERT statement works.
Is it possible to work with stored procedures and if yes, how?
Thanks in advanced
I'm newbie with meteohub. At the moment I use a normal INSERT MySQL statement to put data in my own MariaDb database. Normally I prefer to use stored procedures. Works faster than an normal INSERT and is easier to manage. With meteobridge I have all times an error. The same stored pocedure, called by a PHP page works fine. The meteobridge settings are correct while the INSERT statement works.
Is it possible to work with stored procedures and if yes, how?
Thanks in advanced