martinc
Posts: 5
|
| Posted: 08/13/2007, 11:36 PM |
|
Since upgrading from 3 to 3.2 (& 3.2.0.2), I am getting the following problem:
_____________
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionWrite (send()).]General network error. Check your network documentation.
/assetman/Classes.asp, line 3082
_____________
It is not consistant enough to cause the problem every time I submit a page, but if I select a page that is particularly heavy visiting the page a number of times I can produce this error, then I can press refresh and it will work fine again. This is not restricted to any page on the site.
this is the extract from my Classes.asp, line 3082 is the MoveFirst line
Sub MoveFirst()
Recordset.MoveFirst
MemoFields.RemoveAll
End Sub
Martin.
|
 |
 |
|