Exporting time sheets to Oracle

S

srinivasakphx

Hi, I have requirment where the timesheets of the resources have to be
exported from MS project central to Oracle. Does anybody have any idea how
can this be done.?

Srini
 
J

JackD

I think it will require some custom database work. Your code needs to read
all of the updates (joining to the appropriate tables to get the data) and
then write to the Oracle database.

It shouldn't be too hard for an experienced database developer. They will
need to read the pjsvr.db document that comes on the project CD
 
Top