-
Handling Remote database Connection Error when internet is disconnected
hi,
we are connecting to a remote database(sql server) in our application.number of users will be using our application simultaneously.
when internet is disconnected suddenly, runtime error is coming in our application.how to handle the connection error when internet is disconnected.
anyone please help me out regarding this issue
thank u
-
You don't say what language you're using to write your application. Most programming languages include a facility to detect and recover from errors. If you're using Java or .NET, for example, look up try ... catch in your programming language's documentation.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|