Hi All, i am trying to move data from visual fox pro dbf file to sql 2005 using ssis 2005 to achieve this i have downloaded
"Microsoft OLE DB Provider for Visual FoxPro 9.0"
driver, but when i used this connection its giving me some alert for codepage
and when i try to run package it is throwing me connection manager error like below.
[OLE DB Source [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.
The AcquireConnection method call to the connection manager "FoxProConnection" failed with error code 0xC0202009.
There may be error messages posted before this with more information on why the AcquireConnection method call failed.
[Connection manager "FoxProConnection"] Error: SSIS Error Code DTS_E_OLEDBERROR.
An OLE DB error has occurred. Error code: 0x80040154. An OLE DB record is available.
Source: "Microsoft OLE DB Service Components"
Hresult: 0x80040154 Description: "Class not registered".
Any suggetions on this.