ORM and Sites with Multiple Databases

2011-06-02 Thread Carl Von Stetten
I am thinking about refactoring a few applications of mine to use ORM. One problem that I think I will have is that the applications talk to multiple databases (in the vast majority of cases, the application only reads data, it does not write data). It's a data integration application that

Re: ORM and Sites with Multiple Databases

2011-06-02 Thread Raymond Camden
CF901 added the ability to use ORM with N datasources. On Thu, Jun 2, 2011 at 1:45 PM, Carl Von Stetten vonner.li...@vonner.net wrote: I am thinking about refactoring a few applications of mine to use ORM. One problem that I think I will have is that the applications talk to multiple

Re: ORM and Sites with Multiple Databases

2011-06-02 Thread Carl Von Stetten
Kewl!! Didn't know that? I'll have to dig into the docs. Do you happen to have a link to the docs where it talks about setting up N datasources? :-) Thanks, Carl On 6/2/2011 12:03 PM, Raymond Camden wrote: CF901 added the ability to use ORM with N datasources. On Thu, Jun 2, 2011 at

Re: ORM and Sites with Multiple Databases

2011-06-02 Thread Carl Von Stetten
Nevermind... http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSbfbbf049491c37b01e63e3d129fe0a8552-8000.html Carl On 6/2/2011 12:21 PM, Carl Von Stetten wrote: Kewl!! Didn't know that? I'll have to dig into the docs. Do you happen to have a link to the docs where it talks about