I have a databse - backend approx 35000 reocords 50 fields per record.
The front end is stored on all the workstations that links to the Backend over the network - using simple linked tables.
How can I make this as quick as possible - would convertinf the table to SQL and linking that to the Front ends be any quicker?
Currently - even though all the relevent fields are indexed it takes too long (sometimes 5 seconds) to find a record (even without wildcards)
The front end is stored on all the workstations that links to the Backend over the network - using simple linked tables.
How can I make this as quick as possible - would convertinf the table to SQL and linking that to the Front ends be any quicker?
Currently - even though all the relevent fields are indexed it takes too long (sometimes 5 seconds) to find a record (even without wildcards)