BDE to SDAC - IndexDefs equivalent?
Posted: Fri 29 Apr 2011 13:33
Hi,
I need to migrate the following code to SDAC equivalent. Unfortunately, I read that SDAC does not support IndexDefs. Is there a way to achieve the following in SDAC?
wwTable1.IndexDefs.Update;
wwTable1.FieldDefs.Update;
for I := 0 to wwTable1.IndexDefs.Count - 1 do
begin
if wwTable1.IndexDefs.Items.Fields = 'Field1' then
begin
......
end;
end;
Thank you
I need to migrate the following code to SDAC equivalent. Unfortunately, I read that SDAC does not support IndexDefs. Is there a way to achieve the following in SDAC?
wwTable1.IndexDefs.Update;
wwTable1.FieldDefs.Update;
for I := 0 to wwTable1.IndexDefs.Count - 1 do
begin
if wwTable1.IndexDefs.Items.Fields = 'Field1' then
begin
......
end;
end;
Thank you