Re: ADO.Net Appender connection troubles

2008-01-30 Thread Ron Grabowski
g4NET User Sent: Wednesday, January 30, 2008 12:11:51 AM Subject: Re: ADO.Net Appender connection troubles The current implementation doesn't allow a sub-class to easily provide its own IDbConnection. You'll have to copy and paste the contents of AdoNetAppender and

Re: ADO.Net Appender connection troubles

2008-01-29 Thread Ron Grabowski
al Message From: Szymon Rozga <[EMAIL PROTECTED]> To: Log4NET User Sent: Tuesday, January 29, 2008 9:39:17 PM Subject: ADO.Net Appender connection troubles I am trying to use the AdoNetAppender, but I am in an environment in which the connection string is dynamic, depe

ADO.Net Appender connection troubles

2008-01-29 Thread Szymon Rozga
I am trying to use the AdoNetAppender, but I am in an environment in which the connection string is dynamic, depending on which of a series of servers the app connects to. My idea is to get a reference to the appender and reset the ConnectionString when my app knows which server I am connecting to.