G
glenn
Hi folks,
I am attempting to update a MS Project file that has been previously saved
with an MS Access file format via ASP.NET and ADO.NET.
I have found the schema that lists all of the tables with their respective
fields in the MS Access database file. What I need is a written description
of what each field in each table is for.
Open MS Project. Put in a task named "first task". Save the file with an
Access file format. Open the same file in MS Access. There may be as many
as 100 fields in the MSP_TASKS table.
Is there a written description of this anywhere? How would I go about
updating the Access file to adjust a tasks' duration, % Completion, etc. In
MSP_TASKS there are 3 fields that deal with a tasks' duration. They are
TASK_DUR, TASK_DUR_REM and TASK_DUR_VAR. I have changed the values in some
and then all fields with the duration being updated when I open the Access
file in Project but it seems like a guessing game.
As you may have guessed, I am not using Project Server but instead just a
Project Viewer that is loaded on the clients PC and opens MDB files from
their browser.
Thanks,
- Glenn
I am attempting to update a MS Project file that has been previously saved
with an MS Access file format via ASP.NET and ADO.NET.
I have found the schema that lists all of the tables with their respective
fields in the MS Access database file. What I need is a written description
of what each field in each table is for.
Open MS Project. Put in a task named "first task". Save the file with an
Access file format. Open the same file in MS Access. There may be as many
as 100 fields in the MSP_TASKS table.
Is there a written description of this anywhere? How would I go about
updating the Access file to adjust a tasks' duration, % Completion, etc. In
MSP_TASKS there are 3 fields that deal with a tasks' duration. They are
TASK_DUR, TASK_DUR_REM and TASK_DUR_VAR. I have changed the values in some
and then all fields with the duration being updated when I open the Access
file in Project but it seems like a guessing game.
As you may have guessed, I am not using Project Server but instead just a
Project Viewer that is loaded on the clients PC and opens MDB files from
their browser.
Thanks,
- Glenn