Hi, quick question...
I'm just beginning to develop a document management/retrieval system using
VFP9 & SQL. The main purpose of the program is to allow users the
flexibility to search
for any piece of data by ANY of the numerous fields in the database. I am
using paramatised views to retrieve information from the underlying
tables.
My question is, do I need to create an index for each of the fields on the
remote table given that the user can search on any one (or combination) of
them? What performance benefits will I get from doing so?