S
Stephan Steiner
Hi
I need to make a form offline capable. By default, the submit button sends
data to a database. Now, in case that submit fails because the database is
inaccessible (happens when the user fills out the form any place but at the
office), I'd like the form to be automatically saved.
Unlike the online/offline sample from the SDK, the computer does not have to
be marked as offline.. in fact it is likely that the network will be online,
but that the computer is just in the wrong network and that the DB server
cannot be reached. So, I'm wondering how I can make my "submit to SQL
database" manually and catch errors that a submission attempt might throw
(if the db host is not accessible there will be a communication error of
some sorts).
Regards
Stephan
I need to make a form offline capable. By default, the submit button sends
data to a database. Now, in case that submit fails because the database is
inaccessible (happens when the user fills out the form any place but at the
office), I'd like the form to be automatically saved.
Unlike the online/offline sample from the SDK, the computer does not have to
be marked as offline.. in fact it is likely that the network will be online,
but that the computer is just in the wrong network and that the DB server
cannot be reached. So, I'm wondering how I can make my "submit to SQL
database" manually and catch errors that a submission attempt might throw
(if the db host is not accessible there will be a communication error of
some sorts).
Regards
Stephan