Network Disconnection

This forum is for programmers who have questions about the source code.
Post Reply
shaharyar
Posts: 10
Joined: Mon Apr 12, 2010 1:16 am

Network Disconnection

Post by shaharyar » Fri Jul 23, 2010 2:35 am

Hello
i want to know that is there any thing to prevent any exception while work in progress. for example if i'm inserting/Updating some info on OD my network goes down (disconnect any reason ) and i click OK to inserting/Updating record's on database (centeralized) there are exception occurred. how to tackle them ?

User avatar
jordansparks
Site Admin
Posts: 5770
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Network Disconnection

Post by jordansparks » Fri Jul 23, 2010 5:46 am

Do you have a better suggestion for what should happen in that case? Sounds like a pretty critical failure that should throw an exception. Are you suggesting a window come up with an abort option and a background thread try repeatedly to send the query?
Jordan Sparks, DMD
http://www.opendental.com

Post Reply