Link to home
Start Free TrialLog in
Avatar of yonbret
yonbretFlag for United States of America

asked on

SSIS 2012 and Visual FoxPro

I am attempting to move some SSIS jobs from SQL Server 2005 to SQL Server 2012.

A couple of the jobs use data from Visual FoxPro. In SSIS 2005, there is an OLE DB Provider for Visual FoxPro. In SSIS 2012, there is no longer an OLE DB Provider for FoxPro.

Is there a way I can import data from Visual FoxPro into SQL Server 2012 using SSIS 2012 (Visual Studio 2010)?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Pavel Celba
Pavel Celba
Flag of Czechia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yonbret

ASKER

I downloaded and am using the FoxPro OLE DB Provider on a 64-bit SQL Server and it works without problem.

You just have to change the SSIS Project property to run in 32-bit mode.

Thanks, perfect solution.