|
@@ -2235,9 +2235,7 @@ begin
|
|
CreateFields;
|
|
CreateFields;
|
|
|
|
|
|
if FUpdateable and FusePrimaryKeyAsKey and (not IsUniDirectional) then
|
|
if FUpdateable and FusePrimaryKeyAsKey and (not IsUniDirectional) then
|
|
- begin
|
|
|
|
for counter := 0 to ServerIndexDefs.Count-1 do
|
|
for counter := 0 to ServerIndexDefs.Count-1 do
|
|
- begin
|
|
|
|
if ixPrimary in ServerIndexDefs[counter].Options then
|
|
if ixPrimary in ServerIndexDefs[counter].Options then
|
|
begin
|
|
begin
|
|
IndexFields := TStringList.Create;
|
|
IndexFields := TStringList.Create;
|
|
@@ -2250,8 +2248,6 @@ begin
|
|
end;
|
|
end;
|
|
IndexFields.Free;
|
|
IndexFields.Free;
|
|
end;
|
|
end;
|
|
- end;
|
|
|
|
- end;
|
|
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
BindFields(True);
|
|
BindFields(True);
|