D
david amend
I am trying to access data in an MPP file from SQL Server using OLE DB. My
statement is
SELECT * FROM
OPENROWSET('Microsoft.Project.OLEDB.11.0','PROJECT
NAME=C:\PSCRP.mpp','SELECT TaskUniqueID FROM TASKS')
which returns the following when executed:
Msg 7302, Level 16, State 1, Line 1
Cannot create an instance of OLE DB provider "Microsoft.Project.OLEDB.11.0"
for linked server "(null)".
Help to resolve this would be great as I have been trying to link up Project
2003 with SQL Server 2005 for quite a while now and just can't seem to get it
right even though it appears to be do-able.
Thanks
statement is
SELECT * FROM
OPENROWSET('Microsoft.Project.OLEDB.11.0','PROJECT
NAME=C:\PSCRP.mpp','SELECT TaskUniqueID FROM TASKS')
which returns the following when executed:
Msg 7302, Level 16, State 1, Line 1
Cannot create an instance of OLE DB provider "Microsoft.Project.OLEDB.11.0"
for linked server "(null)".
Help to resolve this would be great as I have been trying to link up Project
2003 with SQL Server 2005 for quite a while now and just can't seem to get it
right even though it appears to be do-able.
Thanks