![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » DBISAM Technical Support » Support Forums » DBISAM General » View Thread |
Messages 11 to 12 of 12 total |
![]() |
Fri, Apr 11 2008 4:07 AM | Permanent Link |
Roy Lambert NLH Associates ![]() | Sean
I tend to use persistent fields almost exclusively for tables, FieldByName for queries and in one case where I have a loop on a query and wanted every bit of speed I could get I worked out the index positions of some of the fields in the table at app start. Roy Lambert |
Fri, Apr 11 2008 5:47 AM | Permanent Link |
Bruno Krayenbuhl | Roy
I go strait at the required fields with a TList I load with MyDataSet.GetFieldList(FMyFieldList, MyFieldNames); Then one can iterate the fields with for i:=0 to FMyFieldList.Count-1 do with TField(FMyFieldList[i]) do ...whatever you want with the field Bruno |
« Previous Page | Page 2 of 2 | |
Jump to Page: 1 2 |
This web page was last updated on Wednesday, July 2, 2025 at 06:46 PM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |