Project OLEDB Provider from .NET

S

Steve Bering

Hi,

I am trying to connect to a Microsoft Project 2003 MPP file using the
Project OLEDB provider version 11 and am getting errors in doing so.
Following the PJOLEDB documentation, I am using the connection string of
"PROVIDER=Microsoft.Project.OLEDB.11.0;Project Name=c:\Filename.mpp"
and am able to make a connection without error. However, when I try to
run a simple query "select * from project", I receive a OleDbException
stating "No error information available: 0x8C010003". This is all within
a windows application running on a machine with Project 2003
Professional loaded. Has anyone successfully used the OLEDB provider to
access Project data using ADO.NET, rather that the documented ADO
method? Any help would be much appreciated.

Steve
 

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