Results 1 to 1 of 1
Thread: Recreate CDX with Java
- 03-17-2012, 01:48 AM #1
Senior Member
- Join Date
- Jun 2011
- Posts
- 100
- Rep Power
- 0
Recreate CDX with Java
Due a problem, I need to do something to dbf file.
I managed to read the original dbf file, and then copy down some selected records into another dbf file, thus renaming it to replace the old dbf file.
As it seems there's no problem, but I just found out that the index are messed up, so some records aren't shown.
The original dbf file was accompanied by cdx as index though there's no indexing appeared when I open it with Visual Foxpro or alike (there are only list of fields), as far as I know this sort of index is automatically generated...so my guess is I need to regenerate the cdx file.
I wonder if this can be done by Java or should I refer to old foxpro/clipper for this.
Thanks in advance.
FYI : the cdx and dbf share the same file name.First is to make something usable, next is to aim for perfection which means a never ending improvements.
Similar Threads
-
Recreate directory structure when extracting from zip file
By jimmy in forum New To JavaReplies: 0Last Post: 03-18-2009, 01:35 PM -
I want to recreate the method drawRect with a nested for-loop
By chelseacortez in forum Java 2DReplies: 4Last Post: 09-05-2008, 04:47 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks