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.
| 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.--KenI want to die in my sleep like my grandfather, not screaming in terror like his passengers. |
 |
|
|
chadmat
The Chadinator
1974 Posts |
|
|
|
|
|