I am building a basic POS app for my cousin s pharmacy store so that he can dump the software he is currently using and save on license cost.All the medicines name which he has painfully entered into the software have been stored in a file with .d01 extension. What i want is a way to read the contents of the .d01 file programmatically so that i can import the name of the medicines into my app. The s/w from which my cousin uses is built in Foxpro(coz i see a lot of .cdx,.idx,.dbf files) and the file which i want to import is with .d01 extension. when i open the file in notepad it is something like this http://img192.imageshack.us/img192/5528/foxpro.jpg
所以我猜它是一种数据库表或类似的东西。所以能否有人教我如何阅读这个文件,因为我对foxpro一点也不了解。
提前感谢所有抽出时间回复的人。
嘿,大家非常感谢您们的迅速回复。我尝试了Otávio提出的解决方案,它起作用了,现在我将编写一个小实用程序来读取dbf文件。