J
John Moore
From a performance standpoint, does it make any sense to "delete"
infrequently used attached tables and only reattach them using code if
they are needed for a specific form or function?
My commercial application is quite large and has over 45 attached
tables and it takes sometime to initially open on some of my client's
systems running over a LAN. The application is split properly between
a FE and BE, we maintain a persistent recordset connection on open,
and there are no recordsets loaded with the opening screen. One of our
developers thought we might be able to increase open speeds by only
attaching tables we needed so we detach the seldom used ones on
application close. We would like to know if this is worth doing.
Should we be detaching and reattaching on close and open respectively
or is this a bad idea or a waste of time?
Any and all help is appreciated.
TC
infrequently used attached tables and only reattach them using code if
they are needed for a specific form or function?
My commercial application is quite large and has over 45 attached
tables and it takes sometime to initially open on some of my client's
systems running over a LAN. The application is split properly between
a FE and BE, we maintain a persistent recordset connection on open,
and there are no recordsets loaded with the opening screen. One of our
developers thought we might be able to increase open speeds by only
attaching tables we needed so we detach the seldom used ones on
application close. We would like to know if this is worth doing.
Should we be detaching and reattaching on close and open respectively
or is this a bad idea or a waste of time?
Any and all help is appreciated.
TC