Select in Mysql and Insert in Firebird

Asked

Viewed 110 times

1

How to make a "select" in the Mysql/Mariadb and "Insert" database of the data collected in Firebird().

  • You can start with that answer

  • Thanks for the reply, now gave me an idea. But how would it be to pass this data via webserver?

  • Create one or consume?

  • Actually both. Create by passing the mysql data and consume saving in Firebird.

1 answer

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

You are not signed in. Login or sign up in order to post.