Icon View Incident Report

Serious Serious
Reported By: Mirco Malagoli
Reported On: 7/14/2017
For: Version 4.44 Build 2
# 4562 ftBytes Parameters Not Being Handled Properly

In version 4.40 im not able to write the ftBytes anymore for parameters.

  t= tableByte;   //memory table
  t->Open();
  t->Insert();
  t->Fields->Fields[0]->SetData( buf, true);

  qIns->ParamByName( param)->DataType= ftBytes;
  qIns->ParamByName( param)->AssignField( t->Fields->Fields[0] );



Comments Comments
The problem was with the AssignFieldValue method of the TDBISAMParam class.


Resolution Resolution
Fixed Problem on 7/28/2017 in version 4.44 build 3


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