Integrating Project Into VB

E

EdB

Does anyone here know if Microsoft Project provides any
external access that can be used to integrate it into a
custom program?
 
R

Rod Gill

Hi,

Many. You can use OLE automation. With Project 2000 onwards you can use
OLEDB to read data directly from .mpp files or you can save projects in a
database and read data directly from there.

Project 2002 onwards can save project data in .xml files.

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

William Raymond [Project MVP]

Hi Ed,

There are a number of ways to integrate MSP with other applications. It
really depends on what you need to integrate and it can also depend on what
version of Project you are using.

If you are looking for a 3rd party application to simply connect to a
project schedule and perform some automation, then Visual Basic/VBA/C++ is
the way to go.

If you want a tool to integarate lots of data with lots of projects, then
save them all to SQL Server and write in whatever database tool you feel
comfortable with (i.e. Access, Visual Basic, etc, etc.)

If you happen to be using Project Server 2002 (or the upcoming 2003
version), using the PDS (Project Data Extender).

For information regarding all these methods, check out this site:

http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28000445

Also, there is a thread posted here on 9/4/2003 entitled "Visual Basic".
There are some good resources listed there as well.

Hope this helps,

-Bill
 

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