L
LabPak
Guest
I have an Access 2000 .MDB front end with Micrisoft SQL Back end using Linked tables (ODBC). The application will be used both over the LAN and by our field people via intrnet. The MDB was manually converted from Access 97 to Access 2000. Everthing seems to work well with the following exception.
When using the Access FIND (The menu button) the speed over the LAN is too slow! I.E. When searching a field with text that does not exist, it takes about 26 SEC just to come back with a not found!. If I use a simple Query with the same parameters, it is Quick!. It looks like Access 2000 Find (search) does not package up an SQL string but reads every record into the client to see if ti find criteria is met!!!
I am using only the ADO libs. I tried DAO as well but with no help.
Is there a replacement for Access Find available that packages up a SQL string to send? Is there a better way of doing this? Do I need to write my own Find to get around this?
HEALP!
When using the Access FIND (The menu button) the speed over the LAN is too slow! I.E. When searching a field with text that does not exist, it takes about 26 SEC just to come back with a not found!. If I use a simple Query with the same parameters, it is Quick!. It looks like Access 2000 Find (search) does not package up an SQL string but reads every record into the client to see if ti find criteria is met!!!
I am using only the ADO libs. I tried DAO as well but with no help.
Is there a replacement for Access Find available that packages up a SQL string to send? Is there a better way of doing this? Do I need to write my own Find to get around this?
HEALP!