I'm using the Python dbf lib by Ethan Furman - which is a great tool - to write to some Foxpro-tables ('free tables'). My problem is, that I need the accompanying index-files staying up to date. I have read, that Ethan Furman was working on it, but it was a notice from 2011. I couldn't find any info about, if he was successful. Is there a solution for it (or maybe with some other lib)?
Asked
Active
Viewed 258 times
1
-
1I can read IDX files, but not update them. My day job changed and dbf files are not a large part of the new one. – Ethan Furman May 26 '16 at 21:05
-
Thx for your comment, and all the rest :) I'm so in love with Python, that I didn't want to return to Foxpro at all. But there seems to be no way around in this case. After my data-processing in Python I will start a Foxpro-exe with a short append-routine from my Python-script. This should do the job as needed. – Orang Mutan May 27 '16 at 15:25
-
Check out these [Great Resources](https://stackoverflow.com/questions/37535/whats-the-easiest-way-to-read-a-foxpro-dbf-file-from-python) – joash Jun 13 '21 at 01:37
-
@joash I checked them, but couldn't find an answer to my question!? – Orang Mutan Feb 05 '23 at 21:38