0

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.

ssppune
  • 51
  • 1
  • 1
  • 4

1 Answers1

0

This might help: Invoking a PHP script from a MySQL trigger

Community
  • 1
  • 1
exic
  • 2,220
  • 1
  • 22
  • 29
  • is there any other ways by which this can be achieved? i wish to use JAVA as platform. – ssppune Aug 01 '12 at 01:47
  • Obviously I was wrong. I have edited my answer, you might find a solution at the link provided. – exic Aug 01 '12 at 14:54