Re: ODBC Driver for MSProject
From: Gérard Ducouret (gerard.ducouret_at_wanadooNOSPAM.fr)
Date: 02/27/04
- Next message: Rick: "Tracking Changes"
- Previous message: burcu: "ODBC Driver for MSProject"
- In reply to: burcu: "ODBC Driver for MSProject"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Feb 2004 14:48:03 +0100
Hello Burcu,
you don't need any specific ODBC driver. you just have to create a reference
on Microsoft ActiveX Data Objects 2.1 Library :
in the VBA Editor :
Tools / Reference...
Then you'll create a connection :
Dim conData As New ADODB.Connection
FILE_NAME = "C:\Mes Documents\MS Project 2K\StockProjets\Projet B.mpp"
conData.ConnectionString = "Provider=Microsoft.Project.OLEDB.9.0;PROJECT
NAME=" & FILE_NAME
.../...
Hope this helps,
Gérard Ducouret
"burcu" <burcu.kagnici@introsolutions.com> a écrit dans le message de
news:%23HoBrYS$DHA.3828@TK2MSFTNGP10.phx.gbl...
> Hi,
> Is there an ODBC driver for Ms Project?
> Where can I find it?
> Cheers,
> Burcu
>
>
- Next message: Rick: "Tracking Changes"
- Previous message: burcu: "ODBC Driver for MSProject"
- In reply to: burcu: "ODBC Driver for MSProject"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|