opening project file and importing to sql

A

AMC

Hi,

I have an asp page that needs to:

1. Let the user browse to a project file on their system
2. Import the file to a sql database using a file map

Does anyone have sample code on how to do this? I would like to define the
map in code as well and use an ado connection to the sql db

Thanks
 
R

Rod Gill

Hi,

For Project 2000 you can read data directly from the .mpp file using oledb
(see projoledb.htm in project program folders). Project 2002 introduce time
phased data. oledb interface is read only.

--
For VBA posts, please use the public.project.developer group.
For any version of Project use public.project
For any version of Project Server use public. project.server

Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit www.projectlearning.com/
 
Top