How to monitor another access database file
Hi,
I am working on a small application that will take what ever information entered into an access database file into another table of another database file then email the same information to an email address.
The problem I am facing is I would like to set the application I am writing to check the file every min.But doing so would prevent the other program from inputing anything into the database while the coldfusion file is accessing the database. And I can't afford to prevent the other program from accessing the database.
Right now I had the application check the access database file every 5 mins, but the information is really time sensitive and I would really love to have it being send out real time.
Anyone can help me or show me which function is avaiable to open the orignal database file without stoping the other program from accessing it?
Or if there is a function that will monitor the database file and react to any chage of that file?
Thanks
