Pass the data of an file project (.mpp) Project to my DataBaseSQL

D

Diego

Hello, I need to pass the data of an file project (.mpp) Project to my
relational database SQL 2005, and then vice versa, of my relational database
SQL 2005 to a file (.mpp) Project. I am developing my solution in C#. net
2005

Greetings... Diego
 
R

Rod Gill

In versions of Project 2003 and earlier you can use the save to ODBC source
to do this. The file pjdb.htm in one of Project's program folders to see the
schema. You will need to digest this file VERY carefully to avoid file
corruption.

For Project 2007 you have to save data to the database using code and then
update the project file using automation. This works with all versions of
Project. Developing with VB is quicker and easier for Office automation.
--

Rod Gill
Project MVP

Project VBA Book, for details visit:
http://www.projectvbabook.com

NEW!! Web based VBA training course delivered by me. For details visit:
http://projectservertraining.com/learning/index.aspx
 

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