How can you import a foxpro DBF file in SQL Server?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use a linked server or use openrowset, example
|
|||||||||
|
|
I was able to use the answer from jnovation but since there was something wrong with my fields, I simply selected specific fields instead of all, like:
Very exciting to finally have a workable answer thanks to everyone here! |
|||
|
|
|
What finally worked for us was to use the FoxPro OLEDB Driver and use the following syntax. In our case we are using SQL 2008.
Substitute the |
||||
|
|
|
http://elphsoft.com/dbfcommander.html can export from DBF to SQL Server and vice versa |
|||
|
|
|
This tools allows you to import to and from SQL Server. |
|||
|
|