Results 1 to 4 of 4

Thread: table watch???

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    37
    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.

  2. #2
    Addicted Member
    Join Date
    May 2000
    Posts
    240

    Unhappy Sorry ...

    Outta my league

  3. #3
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    You could watch a database field and set it to break when a value changes....

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    or just step through the code where the update is supposed to happen

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width