That is true, that only one datasource can be used, but it is not true that only one database can be used. There are ways to access more than one database via a single datasource. Terry Ryan has written about it here:
http://www.terrenceryan.com/blog/post.cfm/multiple-databases-in-coldfusion-9-orm On Sat, Nov 21, 2009 at 7:39 AM, Scott Brady <[email protected]> wrote: > One thing Transfer has that CF's HIbernate lacks is the ability to use > multiple datasources. You have to instantiate two transfer factories > to do it (which might be a memory/performance issue, but I'm not > certain), but you can do it. I don't think there's any way to do that > with CF9's built-in feature. > > Scott > > -- > ----------------------------------------- > Scott Brady > http://www.scottbrady.net/ > > -- > Before posting questions to the group please read: > > http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer > > You received this message because you are subscribed to the Google Groups > "transfer-dev" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/transfer-dev?hl=en > -- Bob Silverberg www.silverwareconsulting.com -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en
