Page 1 of 1

frxSDACComponents.pas

Posted: Thu 25 Jun 2015 08:19
by LHSoft
Hello,

there is a Access Violation in frxSDACComponents.pas in

Code: Select all

procedure TSDACTable.InitFieldDefs;
begin
  if (TableName <> '') and (Assigned(Connection)) then
    inherited; <-- here it occurs.
end;
can you have a look and give me a tip how to resolve it?

best regards
Hans

Re: frxSDACComponents.pas

Posted: Fri 26 Jun 2015 11:44
by azyk
Unfortunately, we can't reproduce the described problem. Please try to compose a small sample to demonstrate the problem and send it to andreyz*devart*com . In addition, include test tables creating script in the project.