I have raising a custom RaiseError along the lines of:
RAISERROR(@Msg,16,-1)
Now this is working quite happily BUT
when I connect to the db (VB front end) from a different machine I get a 'Method execute of Object command failed'
error.
Now there's no connection problems - it's only raising errors that is giving me trouble.
Any help would be very much appreciated
Cheers
Rob
RAISERROR(@Msg,16,-1)
Now this is working quite happily BUT
when I connect to the db (VB front end) from a different machine I get a 'Method execute of Object command failed'
error.
Now there's no connection problems - it's only raising errors that is giving me trouble.
Any help would be very much appreciated
Cheers
Rob