Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Named Pipes]ConnectionWrite (GetOverLappedResult()

Author  Topic 

holymac
Starting Member

13 Posts

Posted - 2004-09-09 : 04:52:21
Dear All,

I have a system running in a network.The system was created using VB. I am receiving this RUN TIME ERROR

-2147467259 - [Microsoft][ODBC SQL Server Driver][Named Pipes]ConnectionWrite (GetOverLappedResult()).

What could be the problem.THE sql server is running in a windows 2000 server.What could be

causing this problem.Please help as i really unable to solve this problem.

Is it using Named Pipes instead of the TCP\IP protocol.How to solve this problem.Please help.I appreciate your help.

Thank you

kselvia
Aged Yak Warrior

526 Posts

Posted - 2004-09-09 : 13:26:41
It looks like there are pending results from your last operations on the connection. It may be because you executed a stored procedure that does not have SET NOCOUNT ON at the beginning and the connection is receiving the (n) rows statements returned.


--Ken
I want to die in my sleep like my grandfather, not screaming in terror like his passengers.
Go to Top of Page

chadmat
The Chadinator

1974 Posts

Posted - 2004-09-09 : 13:51:45
It appears that this is typically the result of a network problem. Search MS KB on the error for more info. For Ex.:
http://support.microsoft.com/default.aspx?scid=kb;en-us;178040

-Chad

http://www.clrsoft.com

Software built for the Common Language Runtime.
Go to Top of Page
   

- Advertisement -