Click to See Complete Forum and Search --> : database


Gowri Sankar. J
October 29th, 1998, 02:03 AM
Rdoerrors object shows very generalized errors. how to make it to display

the specific errors. for example "it violates the primary key constraint... like".

September 2nd, 1999, 03:36 PM
I would trap the errors using "On error goto ..."
and depending on the error number, show your message !