Error:[DBNETLIB][ConnectionWrite (send()).]
Hi All !!
I was using plain sql query to update a table having a field with text as datatype. Now I have writen a stored procedure for the same purpose.But now as soon as it comes for executing the same stored procedure it stops processing and flashes the error.as
Microsoft OLE DB Provider for SQL Server (0x80004005)
[DBNETLIB][ConnectionWrite (send()).]General network error. Check your network documentation.
This piece of code works fine when I'm using local sql server but doesn't work for my remote sql server.
Please Help!!!!
|