From: "Jeff Zucker" <[EMAIL PROTECTED]>
> Douglas Wilson wrote: > > > > But a DB_File might be a good solution, .... > DB_file will > only be quicker if your search terms are contained in the key column of > the file and will be difficult to maintain/port because your queries > won't be SQL. Yes, I overlooked that part. A DB_File solution is good for lookups (e.g. lookup customer_name given the customer_id), but not good at all for generic SQL queries...it all depends on what you need... ------ Douglas Wilson
