I am testing the error handling of a process controlled by Access-VBA:
- A script in the Access controller runs DB.
- The script runs the macro in the second access file ("database").
- A macro in a database file launches many requested queries.
- These queries are retrieved from the tables associated with the ODBC source (actually SQL-Server).
When this process runs in the early morning hours, sometimes timeout requests. Today I updated the error handling in the script controller, so I want to simulate a timeout error.
I looked at the ODBC administrator and advanced options in MS Access, but I do not find what I need. Ideas?
source
share