vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I am having an error 91. I have user input, which i am storing in a variable. On the procedure editor im linking a transaction and a contract table using the for each statement. I then have an IF THEN statement : If variable = 'xxx' then FIND table structure NO-ERROR. When i run the procedure it comes up with the error : No STRUCTURE record is available (91) Can anyone assist me Thanks Yatin |
| |||
| Yatin Soni Wrote: > Hello > > I am having an error 91 > > I have user input, which i am storing in a variable > On the procedure editor im linking a transaction and a contract tabl > using the for each statement. I then have an IF THEN statement : I > variable = 'xxx' then FIND table structure NO-ERROR > > When i run the procedure it comes up with the error > No STRUCTURE record is available (91 > > Can anyone assist m > Thank > Yatin if not available structure the ..................... also will "Find table structure NO-ERROR." even compile -- cecsn ----------------------------------------------------------------------- cecsno's Profile: http://www.progresstalk.com/member.p...nfo&userid=423 View this thread: http://www.progresstalk.com/showthre...?threadid=7150 |
| |||
| If you post the FOR EACH loop into this forum we might be able to poin out the exact problem because you've been a little vague with you question :awink -- Kirmi ----------------------------------------------------------------------- Kirmik's Profile: http://www.progresstalk.com/member.p...nfo&userid=609 View this thread: http://www.progresstalk.com/showthre...?threadid=7150 |
| |||
| Kirmik <Kirmik.157u5m@progresstalk.com> wrote in message news:<Kirmik.157u5m@progresstalk.com>... > If you post the FOR EACH loop into this forum we might be able to point > out the exact problem because you've been a little vague with your > question :awink: Thanks guys I tried the ' if available structure then ' and it works!! Just another question: Are there any general tips to make queries run faster when running across a DB that is very very big? |
| ||||
| soni1000@webmail.co.za (Yatin Soni) wrote in news:7be6da7c.0404260519.576c0de0@posting.google.c om: > Kirmik <Kirmik.157u5m@progresstalk.com> wrote in message > news:<Kirmik.157u5m@progresstalk.com>... >> If you post the FOR EACH loop into this forum we might be able to >> point out the exact problem because you've been a little vague with >> your question :awink: > > Thanks guys > > I tried the ' if available structure then ' and it works!! > > Just another question: Are there any general tips to make queries run > faster when running across a DB that is very very big? > Lots. You need to be more specific.. Some query tuning will not do much for certain queries. YMMV.. Check the docs at http://www.progress.com/products/doc...tion/index.ssp Kevin |