Error Trapping (1 Viewer)

abenitez77

Registered User.
Local time
Today, 10:23
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 ?
 

Galaxiom

Super Moderator
Staff member
Local time
Tomorrow, 01:23
Joined
Jan 20, 2009
Messages
12,849
Build the error trapping into the stored procedure and pass the outcome back in the return value.
 

Users who are viewing this thread

Top Bottom