shub
Aug 1st, 2000, 07:25 AM
That's not quite what I'm looking for, let me make it a little clearer. For the databases this program uses it has Database objects, not data controls. Also an important thing to note is that I didn't author the program, I'm just assigned to repair bugs, and this is a rather large vb program (30,000+ lines of code). What's happening is that in specific cases a database isn't being updated as it should. So what I want to do is stop the program in a working case where the database is updated, then compare that to the case that fails.
My problem is that I can't find where that particular update happens. If I could have a why to notify me when a particular table is updated that would be perfect.
Hope that clarifies my question.
My problem is that I can't find where that particular update happens. If I could have a why to notify me when a particular table is updated that would be perfect.
Hope that clarifies my question.