Delayed Data using Primavera SDK
Forum Sponsor
Top Posters
sairedz25
0 posts
Ahmed Awad
2 posts
Syed Shoeb
0 posts
Vimukthi
0 posts
bal aji
2 posts
Lee Mallek
23 posts
Viet Tran
9 posts
Ola Gbotoso
0 posts
Jaturapit Multongka
1 posts
James Williams
74 posts
Gaultz,
Its possible that you are not supplying enough parameters.
I use the following without any timing problems:
INSERT INTO TASK(task_id, wbs_id, task_name, target_drtn_hr_cnt, duration_type) VALUES ...
Bernard Ertl
InterPlan Systems Inc. - Project Management Software, Project Planning Software
Gaultz,
The SDK contains a number of stored procedures, one of which is commit_changes. Try executing this procedure after inserting a task and see if it makes any difference. I dont know if this will work but it may be worth a try.
Kevin