Icon View Incident Report

Serious Serious
Reported By: Adam Hair
Reported On: 10/8/2014
For: Version 4.39 Build 2
# 4112 DBISAM Error #11310 with ExportTable/ImportTable Methods Under Unicode Versions of Delphi

I'm getting an error message that I'm not sure what the cause is

The script is simply:

Q1.ExportTable(filename, #44, true);

Q1 being a TDBISamQuery.

The error is occurring in XE2 - using DBISAM 4.39b2

It only occurs when running client/server mode - not when running stLocal.

It only occurs in XE2 – if I run it on my Delphi 2007 machine in C/S mode it runs fine.


Comments Comments
DBISAM was packing/unpacking the delimiter character as a Char instead of an AnsiChar, thus causing buffer alignment issues on subsequent information in the packed message being sent/received from the DBISAM Database Server.


Resolution Resolution
Fixed Problem on 10/24/2014 in version 4.40 build 1


Products Affected Products Affected
DBISAM VCL Client-Server
DBISAM VCL Client-Server with Source
DBISAM VCL Standard
DBISAM VCL Standard with Source
DBISAM VCL Trial

Image