I
Inge Buller
Hi!
I´m mostly a SQLServer guy, and I´m only using an Access adp to build a
REALLY quick and dirty "prototype GUI".
My app is based on stored procedures and I need to get to the RETURN code
and RAISERROR messags.
If I rightclick on a SP and run it, errormessages appear in a messagebox,
but not when I use VB code.
How could I do that?
Some code:
in SP "MySP":
RAISERROR('Error test',16,1)
Access VB
DoCmd.OpenStoredProcedure "MySP", acViewPreview, acReadOnly
Thanx in advance,
Inge
I´m mostly a SQLServer guy, and I´m only using an Access adp to build a
REALLY quick and dirty "prototype GUI".
My app is based on stored procedures and I need to get to the RETURN code
and RAISERROR messags.
If I rightclick on a SP and run it, errormessages appear in a messagebox,
but not when I use VB code.
How could I do that?
Some code:
in SP "MySP":
RAISERROR('Error test',16,1)
Access VB
DoCmd.OpenStoredProcedure "MySP", acViewPreview, acReadOnly
Thanx in advance,
Inge