D
dgmoore
I need to extract data from some tables that Project does not expose
through ADO: MSP_LINKS, MSP_TEXT_FIELDS, MSP_DATE_FIELDS and a couple
of others.
I am currently extracting the data I need by populating a table in
Access by traversing the Project file using automation. That way I can
append a record to the Access table and populate all of the fields I
need: T.Start1, T.Text3, T.Number4, whatever.
This approach works fine, but it takes 7 minutes to populate a table
with about 8,000 rows. The source file continues to grow, so the amount
of time to do the extraction is also increasing. Since this process is
performed daily, I'd like to find a way to speed it up.
Does anybody have any suggestions?
Thanks
Dave
through ADO: MSP_LINKS, MSP_TEXT_FIELDS, MSP_DATE_FIELDS and a couple
of others.
I am currently extracting the data I need by populating a table in
Access by traversing the Project file using automation. That way I can
append a record to the Access table and populate all of the fields I
need: T.Start1, T.Text3, T.Number4, whatever.
This approach works fine, but it takes 7 minutes to populate a table
with about 8,000 rows. The source file continues to grow, so the amount
of time to do the extraction is also increasing. Since this process is
performed daily, I'd like to find a way to speed it up.
Does anybody have any suggestions?
Thanks
Dave