Click to See Complete Forum and Search --> : Are there triggers in MS Access?


bsz017
June 7th, 2004, 08:00 AM
Hi,

I'd like to know if there are triggers in MS Access?
If not, is there something similar?
I need to catch that event outside of the DB (in a C# program).

Thanks!

hspc
June 7th, 2004, 01:24 PM
no triggers in access..
what exactly do uo need to do ?
tell us .. maybe we can find a way around it..

bsz017
June 8th, 2004, 03:14 AM
first of all, Thank you for your answer.

I need to know when the database gets updated (through a notify mechanism or something similar).
Actually, this is for a case where we have some instances of an application and one database in a closed network. So, if someone makes a change, every instance should be notified.

Thank you again!

hspc
June 8th, 2004, 03:24 AM
I think you'll need to make all updates using a centralized components that makes the updates then notifies the application.