Click here to Skip to main content
15,907,913 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have two table Applicationtable and Officertable. I want to put officerid of Officer table to Applicationtable designationid field.But the condition is that value from one table to another will fill ,if remark column of Applicationtable is not fill within 7 days which is initially null .Is it done by web service? how?
Posted
Updated 22-Mar-13 1:42am
v2
Comments
joshrduncan2012 22-Mar-13 9:14am    
Can you please show us your code as to what you are referring to?
Prasad Khandekar 22-Mar-13 11:31am    
Hello Satpal,

In my opnion it's done via a scheduled task. Because from your description it appears that you want to update the id in application table if remark column is not filled from last 7 days. So if you run scheduled task every morning then you will fetch all those records from application tabale for which remark column is null and today - creation date is greater than 7. Hope this helps. You can use a web service which will have code to do this update and it may get invoked via a scheduled task (Windows Task Schedular).
satpal 2 23-Mar-13 2:51am    
Good morning prasad.can you give me any egxample for that.
Prasad Khandekar 23-Mar-13 3:06am    
Yes sure satpal. WIll post it right here
satpal 2 23-Mar-13 4:07am    
have u done any post regarding my requet Prasad?

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