1 application, 2 databases: 1 legacy db informix 1 Mysql db?

Please, i need help.

i wonder if rail allows to have 1 legacy database in informix and other
mysql database (no legacy) in the same application.

I need to query in the informix database and manipulate data to save in
mysql.

It is posible?? it it is, how? any guide? tutorial? link?

I’ll appreciate any help.

best regards.

Mary,
Baja California

Soon Baja 1000!

Wes has some good links to follow.

I personally am developing an app that uses about 100 databases of
Firebird type, and a single MySQL database.

I manage the connections via a session variable which contains the
current active DB and a method in my application controller to set the
DB connection.

There are many ways to solve this problem, the best solution is going
to depend on your situation.