Project2003 Interface from .Net

B

Billg_sd

I need to extract timesheet/project related data from MS Project 2003 Server
to generate custom DotNet based reports. I need to answer queries like:
"How much time has each employee spent on project X today?" Are there
interfaces or ibraries for this task that would be accessable from a .Net
application?

If not, is the SQL Server 2000 schema for MS Project 2003 documented
somewhere? I could write/call my own SQL stored procedures to perform such
queries.

Thank you,

--Billg_sd
 
R

Rod Gill

Hi,

Read svrdb.htm and prjdb.htm installed in one of Project's program folders.
The MSP_VIEW tables are designed as read-only sources for reports etc and
should fulfill your needs..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top