Rdoerrors object shows very generalized errors. how to make it to display
the specific errors. for example "it violates the primary key constraint... like".
Printable View
Rdoerrors object shows very generalized errors. how to make it to display
the specific errors. for example "it violates the primary key constraint... like".
I would trap the errors using "On error goto ..."
and depending on the error number, show your message !