‎2007 Apr 16 6:45 AM
Dear all,
I have to execute a database upload program in background while clicking a pushbutton.
Ho to do this ?
<b>note : No input parameters for the program</b>.
‎2007 Apr 16 6:52 AM
hi,
u can execute a database upload program in background by using SESSION method there u have option to set the date, time on wich this program should run
ravi
‎2007 Apr 16 6:54 AM
when 'Update'.
perform update.
and in the perform , u have to put a logic to upload DB table.
Regards
Prabhu
‎2007 Apr 16 7:11 AM