Open jhrgit opened 6 years ago
Hi!
I've created this code for searching in dbfs purposes. Mostly free codes ignore indexes which was bad for me. I really advice not to write in foxpro databases via java. Good to search & read bunch of records only. Awesomeness of foxpro database: seek by the index key, scan rest while
Dear chessforeva, i tried to read a fox database (a set of .dbf with .fpt files) using JavaFoxDBF. For most of the columns JavaFoxDBF works like a charm. However, i am not able to print the content of memo-fields. The "size" of those fields is "10" (displayed by some other DBF-tool). In method getfieldsValues() for ftype='M' or 'G' the if-clause 'len>0' is always false and i divine that this should not be the case for the memo-fields i have in my table?! Is the feature of reading and writing text to a field with type "memo" supported by JavaFoxDBF? Do you have any suggestions? Is there any other open-source tool that i should give a try? Thanks in advance!