ECTED]
-Original Message-
From: Ron Grabowski [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 05, 2007 10:17 PM
To: Log4NET User
Subject: Re: Logging large messages using ADO.NET appender
Do you get an error when you don't specify the size? 9,900 is quite large for a
message. Are you a
gging large messages using ADO.NET appender
Logging large messages using ADO.NET appender
Hi,
I am trying to log a large XML message whenever there is an exception in our
application. I have defined my table as follows, i.e. setting the Message
column as ntext.
CREATE TABLE
Hi,
I am trying to log a large XML message whenever there is an exception in our
application. I have defined my table as follows, i.e. setting the Message
column as ntext.
CREATE TABLE [dbo].[ Log](
[Id] [int] IDENTITY(1,1) NOT NULL,
[Date] [datetime] NOT NULL,
[
Hi,
I am trying to log a large XML message whenever there is an exception in
our application. I have defined my table as follows, i.e. setting the
Message column as ntext.
CREATE TABLE [dbo].[ Log](
[Id] [int] IDENTITY(1,1) NOT NULL,
[Date] [datetime] NOT NULL,
[Machine] [