Hi
I am using log4net to loga to database
one of the columns is set as
<parameter>
<parameterName value="@exception" />
<dbType value="String" />
<size value="4000" />
<layout type="log4net.Layout.ExceptionLayout" />
</parameter>
however, i want to be able to save >4000 chatracters
Currenty I have xml objects that I deserialise to string and then this is
saved - however, itt is truncated to 4000.
Is there a string type that allows maxsize to be set.
Thanks
--
View this message in context:
http://old.nabble.com/database-and-string-tp34458039p34458039.html
Sent from the Log4net - Dev mailing list archive at Nabble.com.