W
W
Hi,
I have to look up data in a table, where there is no particular index now.
I now do it with a findfirst strCriteria, and then, in a loop I use findnext
strCriteria.
This all goes terribly slow.
How can I create an index on the fly, for my table ItemsPurchased, where I
have the combined index on the following fields, and in this order :
CustomerId (string)
DateOfPurchase (date)
ItemPurchased (string)
I then want to be able to verify my data, but I think I will not have to use
findfirst/findnext ?
And then, in fine, I want to drop the index.
Thanks for your help,
W
I have to look up data in a table, where there is no particular index now.
I now do it with a findfirst strCriteria, and then, in a loop I use findnext
strCriteria.
This all goes terribly slow.
How can I create an index on the fly, for my table ItemsPurchased, where I
have the combined index on the following fields, and in this order :
CustomerId (string)
DateOfPurchase (date)
ItemPurchased (string)
I then want to be able to verify my data, but I think I will not have to use
findfirst/findnext ?
And then, in fine, I want to drop the index.
Thanks for your help,
W