Group: Forum Members
Posts: 84,
Visits: 324
|
Create a Root Business Object and have all your BO's Inherit from it with your connection string. What we do is provide a utility that sets the Connection although it is in a Non-UI Configuration. The Root BO knows how to connect and cascades down to the LocalHost embedded string if not connected. We also add a few other functions that are used all the time like a FIllAllRecords Data Retrieval Method.
|