I know this has been discussed before, as I've seen the Google posts,
but they all leave me with an unanswered question:
Does my DAO code executed in the front end cause the back end to bloat?
(May also substitute UPDATE and/or DELETE queries for DAO code.)
I was just brought on to a project with Access 97 where the all data is
kept on the server. It doubles in size each day, from 80 mb to 160 mb.
The data file contains only tables and some queries which are used by a
VB app that retrieves data for use in a Tree-View control.
ALL users are on Windows XP but I can't say for sure whether or not they
have the latest JET service pack ... if that makes any difference.
I've just never seen this kind of bloat for a data file before, but I know
that the client app has lots of places where recordsets are not closed
properly nor set to nothing. Could the client be bloating the server file?
--
Danny J. Lesandrini
dlesandrini@hot mail.com
but they all leave me with an unanswered question:
Does my DAO code executed in the front end cause the back end to bloat?
(May also substitute UPDATE and/or DELETE queries for DAO code.)
I was just brought on to a project with Access 97 where the all data is
kept on the server. It doubles in size each day, from 80 mb to 160 mb.
The data file contains only tables and some queries which are used by a
VB app that retrieves data for use in a Tree-View control.
ALL users are on Windows XP but I can't say for sure whether or not they
have the latest JET service pack ... if that makes any difference.
I've just never seen this kind of bloat for a data file before, but I know
that the client app has lots of places where recordsets are not closed
properly nor set to nothing. Could the client be bloating the server file?
--
Danny J. Lesandrini
dlesandrini@hot mail.com
Comment