Access Runtime & Server 2008

6

6458765

Hi Guys,

I am trying run a access runtime version on a win2008 server to run a couple
of queries, each time I try to my update query I get an error message:

Execution of this application has stopped due to a run-time error

and closes the application without completing the update query
 
D

Douglas J. Steele

The obvious question is do you have error handling built into your
application? It's particularly critical with runtime applications, since
they'll crash otherwise.

How are you running the update query?

Do you have the appropriate permissions on the folder where the MDB (or
ACCDB) file exists?
 
Top