1
How to make a "select" in the Mysql/Mariadb and "Insert" database of the data collected in Firebird().
1
How to make a "select" in the Mysql/Mariadb and "Insert" database of the data collected in Firebird().
1
Hello, you must connect to both databases simultaneously.
After running SELECT in Mysql you will have a variable array
or object
containing the information, done this you connect in Firebird and assemble the INSERT using this variable.
I ended up using a webservice for this, and does exactly what you described, thank you.
Browser other questions tagged php mysql firebird
You are not signed in. Login or sign up in order to post.
You can start with that answer
– rray
Thanks for the reply, now gave me an idea. But how would it be to pass this data via webserver?
– Marcello Infoweb
Create one or consume?
– rray
Actually both. Create by passing the mysql data and consume saving in Firebird.
– Marcello Infoweb