ADO Parameter Caching

2005-03-02 Thread Ian Bell
Hi I may be chasing a red herring here... I've written a custom ADO appender based on the appender skeleton - the code's pretty much similar to the example appender, except I parse the message from the event (it's xml) and use the values there-in for the parameters. I've a stored proc defined i

DBTypes

2004-11-27 Thread Ian Bell
Hi Does anyone know how I'd create a sql Text type parameter in the config section for the ado appender: i.e. what would I specify for the type ("Text"?) and size? Thanks Ian

Re: Custom Appender

2004-11-24 Thread Ian Bell
Thanks for that - I was thinking along the lines of pass my XML in as the message. The only problem with that was the fact that it didn't seem to fit in with the config 'philosophy' of log4net. I'd had hoped that I could somehow create my own LoggingEvent to pass in, and then change my app.config t

RE: Custom Appender

2004-11-22 Thread Ian Bell
Hi Simon Thanks for that - I was thinking along the lines of pass my XML in as the message. The only problem with that was the fact that it didn't seem to fit in with the config 'philosophy' of log4net. I'd had hoped that I could somehow create my own LoggingEvent to pass in, and then change my ap