I am writing in VB5 and SQL Server 6.5 and am having trouble with RAISERROR.
When I call stored procedure B (hypothetical name) from stored procedure A, and
B does a RAISERROR and returns to A, then A does a RAISERROR and returns to the
VB code, the only error that gets back to VB is the one from B.
Is there some way get errors from multiple layers of stored procedures to
return to VB instead of returning only the first error encountered?
Thanks for any help you can give me.
Jeremy