F
FP1
Using the jet database (not my choice), I'd like to know it anybody has any
ideas as to how to determine what/when tables are being updated. In
SQLserver I could set a trigger, but not Jet.
The reason is that I'm linking two back-end database together and I need to
keep data synchorized and trying to find out what tables are being updated
where is a nightmare in a large, complex application. Many of the record
sources are queries or changed on the fly quit often, and some are with
update and insert statements dynamically constructed. Any ideas?
ideas as to how to determine what/when tables are being updated. In
SQLserver I could set a trigger, but not Jet.
The reason is that I'm linking two back-end database together and I need to
keep data synchorized and trying to find out what tables are being updated
where is a nightmare in a large, complex application. Many of the record
sources are queries or changed on the fly quit often, and some are with
update and insert statements dynamically constructed. Any ideas?