dear all..
i have a DB which built use Mysql.
for this case, i want to access another server PC which have DB in firebird. i want to take some data inside that. Both of DB always connected, because i must get data every time. This is a scheduling data, so i must always connected to firebird from mysql.
But i have no experience to make connection between Mysql and firebird.
can you tell me how to do that?
what is the best way that must i choose, do some migration or convert or may make sync.?
any advance will be appreciate.thanks.
could I call the firebird 1st(use ibase_connect) then insert the data to mysql? i dont know how to insert data to Mysql DB after i get from firebird DB.
may be use php can work.