Multiline TextBox buffer overrun
Hi All,
I have an ASP.NET application, which stores user input into a SQL Server. For one field that the SQL datatype is text/ntext, I use a TextBox with Multiline property set to true. When I tried (just for curiousity) to copy-n-paste a huge block of text into it and try to save it into SQL server, an exception saying "a severe problem occured in the command" or sth like that, and for a minute afterwards, any ASP.NET call to SQL server would yield to a "General Network Error" exception from SQL Server, until, I guess, the connection pool reclaimed that connection. Anybody knows if that's a designed behavior, or a buffer overrun bug in .NET or SQL server? Thanks a lot!
Patrick L.
|