ODBC .DBF Files in C#

前端 未结 1 1260
醉话见心
醉话见心 2021-01-27 09:58

I am having a lot of trouble using .dbf files. I have an application written in C# that reads from .DBF files and then exports them to another database. I\'ve tried using the Mi

相关标签:
1条回答
  • 2021-01-27 10:49

    Are these DBF files produced by Foxpro, perchance? If they've been created by a version of Foxpro greater than 7 hten the ODBC driver won't read them anyway. In that case, use the OLE-DB driver instead - which may work with your files whatever their source, worth a try as using OLE-DB gets away from the ODBC data source fiasco.

    Edit: removed spam link

    0 讨论(0)
提交回复
热议问题