D
Don Juan
Hi all (vb)
I worked with querys and they worked fine, but now I need to retrieve a lot
of data, when I launch the query it stoped with this error:
---
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
---
I use a DataSet object, here I put my query. This objects takes the
settings from the web.config file, in the web.config file I added this:
---
Connect Timeout=0
---
Even, I tried with several numbers but the response error still.
How can I repair this problem?
Thanks in advanced.
I worked with querys and they worked fine, but now I need to retrieve a lot
of data, when I launch the query it stoped with this error:
---
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
---
I use a DataSet object, here I put my query. This objects takes the
settings from the web.config file, in the web.config file I added this:
---
Connect Timeout=0
---
Even, I tried with several numbers but the response error still.
How can I repair this problem?
Thanks in advanced.