ACC: Cannot Trap ODBC Errors with Form OnError Property CodeID: Q124395
|
Advanced: Requires expert coding, interoperability, and multiuser skills.
Even though you have specified event procedure code to trap errors in your
form's OnError property, you still receive ODBC error messages.
ODBC error messages normally occur in two parts. The first part is
ODBC call failed
[Microsoft][ODBC SQL Server Driver][SQL Server] <Server-specific error message>
If the ODBC error is triggered by a procedure that contains a routine to handle errors (rather than by a form), the procedure will be able to trap both parts of the error message.
Microsoft has confirmed this to be a problem in Microsoft Access 2.0 and
7.0. This behavior has been changed in Microsoft Access 97.
NOTE: Although this behavior has changed in Microsoft Access 97, you can
still not trap the second part of the error. An event does fire when
there[ASCII 146]s an error; however, there is no retrievable information about the
error message. The event that fires only helps you to hide existing errors
from a user.
Keywords : kberrmsg kbusage FmsEvnt
Version : 2.0 7.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 8, 1999