Programatically saving a microsoft project in sql server 2000

S

Strider

Hi

I 'm currently trying to develop a C# windows application which will allow a
user to specify some basic project info ( like start , end dates and stuff)
and save the project in a sql server 2000 database.
I could create the required sql server tables by exporting a mpp file to sql
server 2000 using the ODBC option available while saving.
I would like to know , how could the same be acheived ( i.e saving a mpp to
sql server 2000) programatically.
I'm using the microsoft project 9.0 object library which does provide a
'ProjectClass' object which can be populated. Can anyone please suggest as to
how save this project object into sql server 2000 (using c#/vb.net code) ?
 

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