Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

running a program in background

Former Member
0 Likes
363

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>.

3 REPLIES 3
Read only

Former Member
0 Likes
349

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

Read only

Former Member
0 Likes
349

when 'Update'.

perform update.

and in the perform , u have to put a logic to upload DB table.

Regards

Prabhu

Read only

Former Member
0 Likes
349

thanx