tags:

views:

25

answers:

1

I have been reading about using nHibernate and multiple datasources and I get the multiple session factory piece and making multiple calls to the db.

I need to know if I can maintain the "has-a / has-many" relationships in the model if the data resides in different data sources. Is there a way to cascade saves and such?

I apologize if this has been covered or if this is ridiculous, just starting to get up and going with this stuff and it would be alot easier if I weren't using a model first approach.

A: 

Paco is right on, just can't do it.

Rob A