RE: D3 and use of compares on indices

2004-02-17 Thread astarte00
Well -- the key is indexed...and so is the date field so the caveat does not apply in this case -- more likely the elusive version 8 is the answer -- Debster -- From Lee Bacall: A bit of a caveat in making selects against indexed keys may be helpful... If one is

Re: D3 and use of compares on indices

2004-02-15 Thread Lee Bacall
A bit of a caveat in making selects against indexed keys may be helpful... If one is doing a select against a file with an indexed key, as: SELECT YOURFILE WITH YOURKEY = YOURREQUEST will build a select list against only those records containing the key data YOURREQUEST If, on the other hand if