var c = new InPlaceConfigurationSource();
c.Add(typeof(AhtActiverecordBase<>), new Dictionary<string,string>()
{{"connection.connection_string","..."},...});

-Markus

2009/8/18 Chris Sims <[email protected]>

>
> How can I use an InlineConfiguration to handle multiple databases? I
> have created an abstract base class that inherits from
> ActiveRecordbase<> (AhtActiveRecordBase<>) and need any class derived
> from that to use a seperate database. Apparantly there is a glitch
> using the App.Config to configure that so I was told to use
> InlineConfiguration. I can setup inline for a single database, but not
> real certain how to go from there for what I am doing?
> Thank you for your help!
> Chris Sims
> Senior Software Specialist
> NHS Management, LLC.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" 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/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to