How to do a "select" in the Mysql / Mariadb database and "insert" the data collected in firebird (interbase).
How to do a "select" in the Mysql / Mariadb database and "insert" the data collected in firebird (interbase).
Hello, you must connect to both databases simultaneously.
After executing SELECT in MySQL you will have a variable array
or object
containing the information, done that you connect in the FireBird and mount the INSERT using this variable.