Custom Fields In Database

T

Turki Ben Sumih

Dear Friends,
How custom fields of Microsoft Project Professional stored in Project Server
Database ?

Thank you in Advance .
 
B

Brian K - Project MVP

Turki said:
Dear Friends,
How custom fields of Microsoft Project Professional stored in Project
Server Database ?

Thank you in Advance .

Look at the pjdb.htm file on your C drive. It should discuss this.
 
C

Cory K. Walker

There are several tables that do this:

msp_text_fields
msp_number_fields

are just 2 of them. Start with these and you'll soon become familiar with
how to update, add, and delete values directly in the database.

Of course, if you just need to read these values, use the Project OLEDB
Provider.
 
Top