Converting From IBX - Index Management
Posted: Sun 17 Jun 2007 04:09
I am reasonably new to IBDAC and am currently converting one BDS2006 project from IBX to IBDAC
One problem I have hit quite early on is Index Management.
With IBX I can use the three lines
regards and thanks
SeaCay
One problem I have hit quite early on is Index Management.
With IBX I can use the three lines
- 1) aTable.IndexDefs.Update;
2) aTable.GetInsexNames{aStringList);
3) with aTable.INdexDefs.AddIndexDef- Name := 'SOME_INDEX_NAME');
Fields := 'FIELD_ONE;FIELD_FOUR;FIELD_NINE';
Options = [ixUnique, ixDescending];
- Name := 'SOME_INDEX_NAME');
regards and thanks
SeaCay