Next, on the BO you will want to assign the the DataSourceKey to any BO that needs to talk with the MASTER instead of the default ("" - Empty String By Default) connection. You can set this on the property sheet of the BO or set it in code:
I have multiple databases running on a single SQL Server 2005 machine. I need to have a master database with master tables that all other databases/applications use. How do I setup my BO connections so that within the project/application which is using tables from one database I can access the master tables residing in the master database?
Thanks,
jjp