Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to refresh table after every 60 count, how can i code.
Posted
Updated 22-Jun-15 23:32pm
v2

1 solution

Do you mean "How do I call a DB2 stored procedure from [program]"? The answer will be Very different. You use the work "Table". That makes me think your question is mal-formed. If so. Please post a new question

Assuming you just want to call a Stored Procedure (maybe it does some updates?)
You can set up scheduled tasks in DB2. Here is a link that may help:
https://www.ibm.com/developerworks/community/blogs/DB2PLSQL/entry/how_to_schedule_and_run_jobs_in_db2_v10_16?lang=en[^]
 
Share this answer
 
Comments
Member 11785470 23-Jun-15 5:54am    
Thanks Andy!!
Andy Lanng 23-Jun-15 6:05am    
NP ^_^

Please accept the solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900