Getting wproj_id from proj_id through PDS

T

Timothy Tan

Hi, I'm using Project Server 2003, and creating new projects through the
PDS. The problem is after creating a new project, it returns the
ProjectID. What I need is a WebProjectID. How do I get that through the
PDS?
 
T

Timothy Tan

Yes, I'm aware of that. After the WPROJ_ID is created, how do I retrieve
it from the PDS?

Thanks.
 
J

Jonathan

Perhaps the easier way is to run a SELECT sql directly against the table
(MSP_WEB_OBJECTS) to get the ID.
 
T

Timothy Tan

Well, the whole point of using the PDS is to avoid direct contact with
the SQL tables. If there isn't a way to do it through the PDS, then I'd
go via the SQL route. But if it's possible, then it'd be very much
preferable.
 
G

Gary Chefetz [MVP]

Timothy:

Our expert developers answer questions at microsoft.public.project.vba

--
Gary Chefetz [MVP]
http://www.msprojectexperts.com
"We wrote the book on Project Server"

*** Remember to look for line breaks in links posted to the news group, use
cut and paste for these.
 
Top