D
dgmoore
I need to import into a Project file dependency information that is
maintained in an external database. The Project table that stores
pred-succ info, msp_links, is not directly accessible via ADO or
through the UI.
As far as I can tell, the only way to populate data to msp_links is to
physically link each pair of tasks, which can be done programmatically
via LinkTasksEdit. Physically linking from Task I to Task J writes a
record to msp_links, setting link_pred_uid and link_succ_uid
appropriately.
Can anybody suggest an alternative way of getting this information into
msp_links?
Thanks
Dave
maintained in an external database. The Project table that stores
pred-succ info, msp_links, is not directly accessible via ADO or
through the UI.
As far as I can tell, the only way to populate data to msp_links is to
physically link each pair of tasks, which can be done programmatically
via LinkTasksEdit. Physically linking from Task I to Task J writes a
record to msp_links, setting link_pred_uid and link_succ_uid
appropriately.
Can anybody suggest an alternative way of getting this information into
msp_links?
Thanks
Dave