From: Edward C. <ed...@ca...> - 2005-02-26 00:26:19
|
I have a Jet3 database with a large number of deleted columns (34 deleted columns of 46 total). All the non-deleted columns are variable width. When mdbtools reads the rows, it appears to use the wrong column index - the index of the column within the non-deleted columns, not the index within all columns. As a result the column offset and width get set to 0 and the data is not read. I'll attach the small patch I used; I can send the database in question if you want but I don't want to post it to the list. Thanks, Ed |