Quote:
Originally posted by samwong
How do i use "scheduled tasks" or "at"? Is there a way to use jsp for that?
Thanks again.
|
How do i use "scheduled tasks" or "at"? - look for some Windows howto
Is there a way to use jsp for that? - This is not good idea because JSP is server side language wich depends on application server.
Better solution is to create the bath file with:
C:\somewhere\mysql.exe -h somehost -u usrname -p password -d databasename -e "update ......"
and this batch file schedule in scheduled tasks