N
Nicolas
Hi,
I have an mdb file on computer A and I would like to monitor that file from
Computer B for changes like when a new row has been added to a table.
I did try fileystemwatcher but with no success.
Everytime a new row is add, by a third party application, it trigers
lastwrite filter but then when I want to query and find out about that new
row (SELECT.... FROM...) then the mdb is creating an event Lastwrite,
therefore I'm going into a loop.
The database (mdb) is used by another application that I do not have any
control.
Any idea will be appreciated
Thank you
I have an mdb file on computer A and I would like to monitor that file from
Computer B for changes like when a new row has been added to a table.
I did try fileystemwatcher but with no success.
Everytime a new row is add, by a third party application, it trigers
lastwrite filter but then when I want to query and find out about that new
row (SELECT.... FROM...) then the mdb is creating an event Lastwrite,
therefore I'm going into a loop.
The database (mdb) is used by another application that I do not have any
control.
Any idea will be appreciated
Thank you