简体   繁体   中英

Writing dbf file in C#(.net6) from Scratch

i want to save DataTable as dbf file but i don't know how to do that... i googled it but result was old and didn't work in .net 6. can anybody guide how do that please?

If you want to use EF then you can check Tom Brother's VFP EF provider:

EF Core Provider VFP

I prefer to directly use ADO.Net with VFPOLEDB provider. You need to make sure you are compiling for 32 bits.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM