CreateObject("ADODB.Recordset")?

N

Newbie

Hello,

I need to get some data from the Project Server 2003 data base.
Could you give me a small sample of VBA code to get the Cumulative Work at
month M-1, and the Work on month M
for every projets in the data base.
Thanks for help,

Newbie
 
R

Rod Gill

Hi,

Search MSDN for OLEDB code against SQL Server. Read pjsrvr.htm in one of
Project's program folders and then read from the MSP_VIEW tables.
 
Top