Click here to Skip to main content
15,886,046 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am trying to fetch data from sql server 2000 8.00.194 on Lan using select query and i get error ![enter image description here][1]. According @rebarry young [Solution][2] it can be memory issue.

So tried executing same query using Management Studio and it worked without any error. Same query is working in my early versions of projects. I don't know in which direction should hang my head. Above exception is thrown during con.open().


[1]: http://i.stack.imgur.com/veZ6t.png
[2]: http://stackoverflow.com/questions/22491283/how-to-prevent-query-timeout-expired-sqlncli11-error-80040e31
Posted
Comments
Corporal Agarn 7-Apr-15 14:11pm    
What is your timeout limit set to? (for the con.open)

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900