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 SkipVought 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: 10055
  • Order by date
  1. 10055

    SET FILTER TO vs SELECT (SQL)

    SELECT create cursor name Query, SET FILTER still read the whole and use criteria to filter the record. If recno() > 1 millions, and at the top you press pageup button, SET FILTER needs about 16 seconds or more for setfocus() because it re-FILTER-ing. With SELECT no problem because it use...

Part and Inventory Search

Back
Top