PhilippeRG
New member
- Local time
- Today, 02:50
- Joined
- Nov 15, 2013
- Messages
- 5
Hello All
I have a problem that is reallly stumping me.
I am developing an Access Runtime front end, linking to a SQL Server 2005 back end database in the cloud.
Everything was working until recently, when users started reporting seemingly random ODBC errors. These manifest by an error message, usually during an update, then the program shuts down.
I have error handling everywhere in the code, both in subs and functions, and in the on error event of all my forms. The error is handled correctly but the program still crashes on exiting the error handling. I cannot recreate the errors and there seems to be no pattern to them.
Does anyone know how I can get the program to not crash like this? Has anyone experienced disconnects like this?
Any ideas appreciated
Philippe
I have a problem that is reallly stumping me.
I am developing an Access Runtime front end, linking to a SQL Server 2005 back end database in the cloud.
Everything was working until recently, when users started reporting seemingly random ODBC errors. These manifest by an error message, usually during an update, then the program shuts down.
I have error handling everywhere in the code, both in subs and functions, and in the on error event of all my forms. The error is handled correctly but the program still crashes on exiting the error handling. I cannot recreate the errors and there seems to be no pattern to them.
Does anyone know how I can get the program to not crash like this? Has anyone experienced disconnects like this?
Any ideas appreciated
Philippe