简体   繁体   English

如何在Linux上读取和创建foxpro文件?

[英]How can I read and create foxpro files on linux?

My C# / Mono application needs to run on linux. 我的C#/ Mono应用程序需要在Linux上运行。 I must have the ability to dump a foxpro dbf and to create a new foxpro dbf. 我必须具有转储foxpro dbf并创建新的foxpro dbf的能力。

Any suggestions for either: 1) odbc for linux designed for Foxpro? 对于以下任何一种建议:1)为Foxpro设计的Linux版odbc? or 2) a utility to read and create Foxpro files? 或2)用来读取和创建Foxpro文件的实用程序?

In many cases I have index (CDX) files and and in a limited set I also have the memo (FPT) files. 在许多情况下,我具有索引(CDX)文件,并且在有限的条件下,我还具有备忘录(FPT)文件。

I've used DBI:XBase in the past to migrate FoxPro tables into MySQL. 我过去曾使用DBI:XBase将FoxPro表迁移到MySQL。 I don't think it can handle the memo (fpt) though. 我认为它不能处理备忘录(fpt)。

如果您使用SAMBA和Ubuntu 13.04或其他版本,Visual Foxpro或FoxPro dbf / fpt读取将非常有用。

The entire process must run on the linux box so I can not connect to a windows server. 整个过程必须在linux机器上运行,因此我无法连接到Windows服务器。 I could not find odbc or any open source solution. 我找不到odbc或任何开源解决方案。

The best solution I found was www.codebase.com. 我发现最好的解决方案是www.codebase.com。 I purchased Codebase for Linux, a library that will do everything I need and more. 我购买了Linux的Codebase,该库可以满足我的所有需求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Linux中的特定文件中创建cron作业 - How can i create cron jobs in specific files in Linux 从PHP / Linux读取Foxpro文件(.DBF) - Reading Foxpro files (.DBF) from PHP/Linux 使用linux,如何在/ dev目录之外创建一个设备文件,该文件可以授予我打开和读取该文件的权限? - Using linux, how can I create a device file outside of the /dev directory that will give me permission to open and read it? 如何在linux中创建一个文件描述符,该文件描述符可以从多个进程读取而不消耗数据? - How do I create a file descriptor in linux that can be read from multiple processes without consuming the data? 我如何在Linux中找到可疑文件 - how can i find suspicious files in linux 如何在Linux中显示.xed文件? - How can I display .xed files in Linux? 如何在 linux 中使用 for 循环创建脚本,以不同方式编辑文件 - How can I create a script with for loop in linux that would edit files differently 如何在 Linux 中使用 CLI 创建项目? - how can i create project with CLI in linux? 如何在Linux中创建快捷方式? - How can i create shortcuts in Linux? 我们如何在linux中创建“特殊”文件,如/ dev / random? - How can we create 'special' files, like /dev/random, in linux?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM