Mary,

I would recommend the type of approach advocated here:

http://pragdave.pragprog.com/pragdave/2006/01/sharing_externa.html

Basically you would create one AR model that establishes a connection to your 
legacy DB and one that connects to the other one, both of which are abstract 
and then you just subclass models from the appropriate DB - specific base class.

Other options may be found here: 
http://wiki.rubyonrails.org/rails/pages/HowtoUseMultipleDatabases

Good luck!
Wes

-------------- Original message ----------------------
From: Mary Nu <[EMAIL PROTECTED]>
>
> 
> 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!
> -- 
> Posted via http://www.ruby-forum.com/.
> 
> > 



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to