That's kind of vague. What kind of hints are you looking for? What are you trying to do? Is it not working the way you expect? Give us a little more information.
We use dataflex as the main programming tool. In this you can tell the program which index to use and the program works fine. In pervasive SQL I would like to inform the query which index to use as I beleive it is chossing the wrong one and taking more time that is needed.
There's no way from an SQL statement to tell the engine which index to use. You can use the Query Plan Viewer to check to make sure that it's using the right index.
From a Btrieve perspective, you can tell it which index to use.
What's the query you are issuing and what index do you think it should be using? Also, how are you determining that it's not using the proper index?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.