-
An end-user submits a problem, with my program this auto-updates the database of our choice. I want to know if it is possible when the end-user clicks the submit button, a warning (sound file) could play on the PC the database resides on. This would let me know the database has been updated.
-
Sound doable to me. I'm not nearly positive on this, but I would do it this way:
Create a "data-access" ActiveX exe or dll on the server. When data updates the database, Send out a "Beep"
There may be a way to do it without having the data-access COM component, but its still the most efficient method, or so says Microsoft.
------------------
HTH,
Philip
[email protected]