How to read/write dBase III files using C#/.NET ODBC or OLE?

后端 未结 5 791
鱼传尺愫
鱼传尺愫 2020-12-16 04:03

I have searched for various techniques on how to read/write dBase III (dbf) files using OLEDB or ODBC with C#/.NET. I have tried almost all of the tecniques posted, but wit

5条回答
  •  旧巷少年郎
    2020-12-16 04:37

    FoxPro 2.0 files were exactly the same as dBase III files with an extra bit for any field that was of type "memo" (not sure the exact name, it's been a while). That means that if you just use a FoxPro 2.x method for accessing the files, it should work.

提交回复
热议问题