Error Trapping

abenitez77

Registered User.
Local time
Today, 08:13
Joined
Apr 29, 2010
Messages
141
I call a sql stored procedure from ms access. How can i tell if the sproc failed or ran successfully? Also, is there a way to do error trapping and pass the error to ms access ?
 
Build the error trapping into the stored procedure and pass the outcome back in the return value.
 

Users who are viewing this thread

Back
Top Bottom