问题描述
任何人都可以解释如何在Visual FoxPro中读取.tdx文件到xml
我有一个.tdx文件,我被告知它是一个foxpro文件, 任何人都可以解释如何在Visual FoxPro 或winform
I have a .tdx file, i was told that that its a foxpro file, Can anybody explain how to read .tdx file to xml in visual foxproor in winform
推荐答案
当您只有TDX时,您可以从那里检索数据。
When you have a TDX only, you can't retrieve data from that.
另外,如果那真的是离线视图的一部分,那么当脱机视图DBF文件独占打开时,该文件将只在hdd临时,所以你没有它的副本或看它里面,除非它仍然是崩溃。
Also, if that really is part of an offline view, the file will only be on hdd temporary while the offline view DBF file is open exclusive, so you couldn't have a copy of it or look inside it, unless it remained from a crash.
如果你没有找到任何TBF,TPT和DBF你的TDX最有可能是与Foxpro无关的其他东西。
If you don't find any TBF, TPT and DBF your TDX most likely is something else not Foxpro related at all.
再见,奥拉夫。
这篇关于如何在visual foxpro中将.tdx文件读取到xml的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!