Page 1 of 1

Using MySQL stored procedures in stat of INSERT query

Posted: Mon Dec 09, 2019 3:43 pm
by buckfast_beekeeper
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

Re: Using MySQL stored procedures in stat of INSERT query

Posted: Wed Dec 11, 2019 2:09 am
by admin
not supported.