문제

My C# / Mono application needs to run on linux. I must have the ability to dump a foxpro dbf and to create a new foxpro dbf.

Any suggestions for either: 1) odbc for linux designed for Foxpro? or 2) a utility to read and create Foxpro files?

In many cases I have index (CDX) files and and in a limited set I also have the memo (FPT) files.

도움이 되었습니까?

해결책 3

The entire process must run on the linux box so I can not connect to a windows server. I could not find odbc or any open source solution.

The best solution I found was www.codebase.com. I purchased Codebase for Linux, a library that will do everything I need and more.

다른 팁

I've used DBI:XBase in the past to migrate FoxPro tables into MySQL. I don't think it can handle the memo (fpt) though.

If you use SAMBA and Ubuntu 13.04 or some other version Visual Foxpro or FoxPro dbf/fpt reads will work great.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top