Wireless disconnects and ADO.NET

  • Thread starter Thread starter Jim Wilson [eMVP]
  • Start date Start date
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.
 
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.
 
Back
Top