Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: chi1
  • Order by date
  1. chi1

    How can I order a cursor

    This doesn't work. Here is how I created a cursor: sele qacode, descr from qacode into cursor qsel Then I tried to order it by Descr, like following: Sele * from qsel order by descr into cursor qsel But I get an error message saying that a table has to be created. Thanks for...
  2. chi1

    How can I order a cursor

    Please let me know how to order a cursor in the program. Thanks.
  3. chi1

    How to clean a cursor for reuse.

    I am interested know how to clean a cursor in order to reuse it with another set of data. I have a cursor full of data and at some point in the program I need to clean the whole cursor and fill that up with totally new data. I know how to delete a row from the cursor but don't know how to...

Part and Inventory Search

Back
Top