Icon View Incident Report

Serious Serious
Reported By: Michael Baytalsky
Reported On: 5/30/2002
For: Version 3.10 Build 1
# 1131 Using TDBISAMTable ExportTable Method on a Remote Server Causes #15002 Uncompress Error

When I do ExportTable (v 3.10) I get AV on server (#11279) if table is not open. If table is open, then I get error uncompressing data (#15002).

DBISAMTable1.FieldDefs.GetItemNames(StrHolder1.Strings);
DBISAMTable1.ExportTable('E:\res.csv', ',', StrHolder1.Strings);



Comments Comments
AV could be worked around by specifying non-empty strings (above example did not include necessary RestructureFieldDefs.Update call before ExportTable call).


Resolution Resolution
Fixed Problem on 5/30/2002 in version 3.11 build 1
Image