Subject | IBO Version 4.9 Release 14 [Build 12] and Delphi2010 |
---|---|
Author | bamberger_monjaude |
Post date | 2011-09-13T09:48:51Z |
Hi,
i'am testing Version 4.9 Release 14 [Build 12] in Delphi2010.
If the property FieldEntryTypes in the TIB_MainConnection is set to [fetSQLType] the
function TIB_Column.GetSQLType: smallint;
begin
Result := FPXSQLVAR.SQLtype;
end;
crashes with an accessviolation.
i'am testing Version 4.9 Release 14 [Build 12] in Delphi2010.
If the property FieldEntryTypes in the TIB_MainConnection is set to [fetSQLType] the
function TIB_Column.GetSQLType: smallint;
begin
Result := FPXSQLVAR.SQLtype;
end;
crashes with an accessviolation.