From: Vytas J. <vy...@de...> - 2003-01-23 13:40:49
|
Hi Folks, My search of the archives may have missed reference to the cause of this problem. If that is the case my apologizes. I am trying to export a table from an Access 2000 database. I manage to extract 3 out of 4 fields. The missing field (field 2) gets exported as a null string. If you require a copy of the database just let me know. Below is the output I get from mdbtools. Thanks, Vytas mdb-ver PlotData.mdb JET4 mdb-schema PlotData.mdb DROP TABLE PlotDataForDendron_ExclFSMArea; CREATE TABLE PlotDataForDendron_ExclFSMArea ( Plot # Text (8), Field Cover Type Unknown 0x00 (6), Species Text (100), DBH Text (4) ); -- CREATE ANY INDEXES ... -- CREATE ANY Relationships ... relationships are not supported for access relationships are not supported for access relationships are not supported for access relationships are not supported for access relationships are not supported for access Segmentation fault mdb-export PlotData.mdb PlotDataForDendron_ExclFSMArea ..... "6466",,"Spruce","10" "6466",,"Spruce","10" "6466",,"Spruce"," 4" "6467",,"Fir"," 4" "6467",,"Fir"," 4" .... |