Wireless disconnects and ADO.NET

R

Robert Mullen

I have an application under development that will be very data intensive. We
also have a physical environment where users can wander in and out of
coverage areas. The problem I am having is that if a user performs an action
that triggers ADO.NET to retrieve data from our SQL Server then walks out of
coverage area the application continues to try to complete the action
indefinitely as opposed to timing out and giving an error. Has anyone else
experienced this, and if so, what did you do to remedy the situation? TIA.
 
D

Dave Corun

We are having the same problem, but w/ web services...

The most I could come up w/ is determining whether the unit is in coverage
before accessnig the web service, but that doesn't help mid-transmission...

Let me know what you come up w/!

// Dave


I have an application under development that will be very data intensive. We
also have a physical environment where users can wander in and out of
coverage areas. The problem I am having is that if a user performs an action
that triggers ADO.NET to retrieve data from our SQL Server then walks out of
coverage area the application continues to try to complete the action
indefinitely as opposed to timing out and giving an error. Has anyone else
experienced this, and if so, what did you do to remedy the situation? TIA.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top