On Fri, Oct 16, 2009 at 4:30 AM, Louis Haußknecht <[email protected]> wrote:
>
> I need to configure my OutputCommandOperations to connect to different
> SQL Server instances. I need to set these instances at runtime.
>
> I'd rather like to pass in a connectionString to the Operation ctor
> instead of an app.config key for the connectionstring.
>
> Any ideas on that?
>

When I needed to do this, I got around it by altering the app.config
at runtime. In other words, one of the first things my app did was to
add a bunch of connections to the app.config file. I wasn't exactly
proud of myself, but it gets the job done. :)


--Stuart

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" 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/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to