C
Chris Galie
Can anyone help me with a seemingly very ellusive solution to a
seemingly simple problem. I have a db in SQL Server 2000 SP3 and an
Access XP/2K ADP front end. I need to send a warning (Raiserror with
severity < 11) from a trigger back to Access if a condition is true.
I have seen in many positngs that this error is available in the ADO
errors set for the connection but no one seems to indicate how to
properly access the error set. Each time I try to access the error
set it is empty. I also understand that there is a problem using the
form events to do this. Since that is the case, can someone help me
to see when and how to get this error from SQL so I can use VBA to
raise this warning?
seemingly simple problem. I have a db in SQL Server 2000 SP3 and an
Access XP/2K ADP front end. I need to send a warning (Raiserror with
severity < 11) from a trigger back to Access if a condition is true.
I have seen in many positngs that this error is available in the ADO
errors set for the connection but no one seems to indicate how to
properly access the error set. Each time I try to access the error
set it is empty. I also understand that there is a problem using the
form events to do this. Since that is the case, can someone help me
to see when and how to get this error from SQL so I can use VBA to
raise this warning?