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
 General SQL Server Forums
 New to SQL Server Programming
 Run-time error '-2147467259 (80004005) [Microsoft]

Author  Topic 

santoshsb6
Starting Member

1 Post

Posted - 2010-06-08 : 04:23:44
Hi,

I have written a client application which connect to a Local system on LAN where the SQL-Server 2005 is installed. Sometimes my client application crashes showing the following error

Run-time error '-2147467259 (80004005)
[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionRead(recv()).

[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite(send()).

If i restart my application then it starts working again.
Can anyone please help me know why this particular error is displayed.

Thanks
Santosh

jimf
Master Smack Fu Yak Hacker

2875 Posts

Posted - 2010-06-08 : 08:00:51
You're probably leaving a connection open somewhere in your code. That's the first place I'd look.

Jim

Everyday I learn something that somebody else already knew
Go to Top of Page
   

- Advertisement -