I imported a VFP 9 DBC and I noticed a problem right away. I have a table called ROLL and a related table called ROLL_DET. After the import was complete, the structure for ROLL was the sames as ROLL_DET, but they are very different in structure. ROLL has 53 fields for a record length of 340. ROLL_DET (a child table to ROLL) has 12 fields for a record length of 92. So for some reason, ROLL was imported incorrectly. It has the same structure as ROLL_DET and the same number of records. Or could it be a display problem? Anyway, there is definitely some problem here.
EDIT: I also have a STYLE table and a STYLE_DET table. STYLE_DET is a child table to STYLE. The same thing happened for these tables as happened for ROLL and ROLL_DET.
Bookmarks