Greetings. First time poster here.
I have an ASP page that reads and writes to a SQL db. In my table I have a field with a Text data type. I can without problems work with the field until I hit 2150 characters. After that, every time I try to update the table with more information it gives he the following error:
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionRead (WrapperRead()).]General network error. Check your network documentation.
Searching for this on the net seems like a lot of other people have similar issues, however most of what I can find relates to the Query Analizer rather than an ASP page. I have however tried a fix from Microsoft (add OLE DB Services = -2 to the connection string) as well as tried to modify the ConnectionTimeout = 90. Neither seemed to work.
Anyone have this problem and know a solution?
I have an ASP page that reads and writes to a SQL db. In my table I have a field with a Text data type. I can without problems work with the field until I hit 2150 characters. After that, every time I try to update the table with more information it gives he the following error:
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionRead (WrapperRead()).]General network error. Check your network documentation.
Searching for this on the net seems like a lot of other people have similar issues, however most of what I can find relates to the Query Analizer rather than an ASP page. I have however tried a fix from Microsoft (add OLE DB Services = -2 to the connection string) as well as tried to modify the ConnectionTimeout = 90. Neither seemed to work.
Anyone have this problem and know a solution?