It looks like an index value used by a SEARCH statement is not good. It is probably uninitialized when used (see the SET verb).
If you are trying to find out what the cause of the error is, then you could supply some code (if you know where to look), or you could ask a more detailed question.
i have had this error before. It is when you have a index value in your table search out of range of the table itself. You need to check all of your index names making sure you use the right ones at the right time and make sure that if you are moving a value into your index that it is valid and within the bounds of your table.
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.