I need to execute a batch file on remote server when database get updated by application
running in web browser/client side.For example if user click on Submit button of form
and data get entered in database , a batch file should get executed on server which will
perform certain tasks.can DB trigger perform such tasks.. ( i doubt)...? I wish to use windows 2008 server and MYSQL database.