KirkJewell
Programmer
I have a large Server database (157,000+ records (about 200mb at present) on a Network - I want to replace the Access 97 FrontEnd with a VB6 one and the BackEnd with an Access 2000 one.
My biggest concern is data retrieval speed from the BackEnd(The FrontEnd contains very few sets of data - mostly local information).
At the moment under Access 97 I have to run a query on linked tables which means that the SQL is run on the FrontEnd and takes too long (for me anyway).
I would like to request the information from the server and have the resulting recordset set from the server to the FrontEnd to only included the 20 or so records that are actually needed (which even under access 97 would take half a second at most).
In short I want to reduce the amount of data actually sent across the Network to a the absolute minimum.
Does anyone out there now how fast Access 2000 is a BackEnd Server?
My biggest concern is data retrieval speed from the BackEnd(The FrontEnd contains very few sets of data - mostly local information).
At the moment under Access 97 I have to run a query on linked tables which means that the SQL is run on the FrontEnd and takes too long (for me anyway).
I would like to request the information from the server and have the resulting recordset set from the server to the FrontEnd to only included the 20 or so records that are actually needed (which even under access 97 would take half a second at most).
In short I want to reduce the amount of data actually sent across the Network to a the absolute minimum.
Does anyone out there now how fast Access 2000 is a BackEnd Server?