Timescale method with ADODB ?

N

Newbie

Hello
I need to get some timephased data from the Project Server 2003 data base.
Is it possible to use the Timescale method with an ADODB connection on
Project Server database?
Thanks for help !

Newbie
 
R

Rod Gill

No need, simply read the MSP_VIEW tables. In one of Project's program files
is srvrdb.htm - it explains what's in each table.
 
N

Newbie

Rod,
I studied the SVRDB.HTM file but I didn't find any example to help me.
Could you provide one?
Thanks
 
R

Rod Gill

What's wrong with the table that has all timescaled data broken down by the
day? (EG MSP_VIEW_PROJ_ASSN_TP_BY_DAY)

If you need code to read from a SQL database, MSDN is riddled with it.
 
Top