We have two databases, a SQL server database and another proprietary
database for storing our products in.

We want to store order information in the database.  In the object world,
the Order has OrderItems.  OrderItem is composed of a Product and a
Quantity.  The problem is the Product information is stored in another
database.  So when I try to load up an Order all I have is the product sku
(since there is no product table).

Is there a way (I'm thinking IInterceptor), where I could load up an Order
and when the user tries to hit the OrderItems, I'm alerted and can go off to
the other database to retrieve info, thus keeping my domain intact and free
of persistence concerns?

Tim

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

Reply via email to