Groups | Blog | Home
all groups > sql server dts > september 2006 >

sql server dts : SSIS and DBF files


JC HARRIS
9/18/2006 4:10:21 PM
I need to import into SQL dbf files. In SQL2KDTS there was an option for
this, but in SSIS I do not see an option for dbf files. I tried a few that I
thought MIGHT be the instance but nothing has worked so far. What file type
do I use for this now?

TIA

Charles Kangai
9/27/2006 8:20:02 AM
You can use ODBC. Right-click in the Connection Managers tray and choose New
Connection... Click on ODBC, then Add. Click New. In the data sources
drop-down you should see an entry for dBase Files.

Charles Kangai, MCT, MCDBA
Author of Learning Tree's 4-day course: "SQL Server 2005 Integration
Services" http://www.learningtree.com/courses/134.htm
Author of Learning Tree's 4-day course: "SQL Server Reporting Services"
http://www.learningtree.com/courses/523.htm
email alias: charles
email domain: kangai.demon.co.uk


[quoted text, click to view]
Cindy Winegarden
9/27/2006 6:03:06 PM
Hi Charles,

For the record, not all DBFs are compatible with the dBase driver. FoxPro
DBFs created with VFP3-6 may be accessed via the FoxPro and Visual FoxPro
ODBC drivers, downloadable from
msdn.microsoft.com/vfoxpro/downloads/updates/odbc, and also DBFs that are
created with VFP7-9 if they don't use any of the new data features added in
VFP7 and above.

All versions of FoxPro DBFs are accessible via the FoxPro and Visual FoxPro
OLE DB data provider, downloadable from
msdn.microsoft.com/vfoxpro/downloads/updates .

--
Cindy Winegarden MCSD, Microsoft Most Valuable Professional
cindy@cindywinegarden.com


[quoted text, click to view]

Charles Kangai
9/28/2006 1:51:02 AM
Thanks Cindy - I have taken note.

Charles Kangai, MCT, MCDBA
Author of Learning Tree's 4-day course: "SQL Server 2005 Integration
Services" http://www.learningtree.com/courses/134.htm
Author of Learning Tree's 4-day course: "SQL Server Reporting Services"
http://www.learningtree.com/courses/523.htm
email alias: charles
email domain: kangai.demon.co.uk

[quoted text, click to view]
AddThis Social Bookmark Button