D
David-W-Fenton
I was called in as troubleshooter for a new client today. They'd
been getting disk/network error on an A2000 database that was being
used with A2010, A2003 and A2000 (only three users!).
They'd actually been having no trouble sharing it, though it became
pretty clear after working with them that they very seldom had more
than one user at a time.
My conclusion from looking at their database was that perhaps you
can get away with it if YOU HAVE NOT A SINGLE LINE OF CODE.
One form had a module, but not code in it.
So, my guess is that without a VBA project with anything in it
that's getting compiled and executed, it's possible to share front
end objects.
Needless to say, I split the app and gave each user a copy of the
front end. The Disk/Network error still occurred, so I moved the
back end to a different server. We will wait and see if the problem
is gone, but I thought it worth posting about the working shared
database, as I've always been puzzled about how anybody can make it
work. Without any VBA code (not even any macros!), it stands to
reason that there'd be very little to cause problems in sharing
front-end objects.
So perhaps I'll amend my usual blanket condemnation of not splitting
and/or sharing a front end to include a caveat about it possibly
working reliably if there's absolutely no VBA code in the
application.
been getting disk/network error on an A2000 database that was being
used with A2010, A2003 and A2000 (only three users!).
They'd actually been having no trouble sharing it, though it became
pretty clear after working with them that they very seldom had more
than one user at a time.
My conclusion from looking at their database was that perhaps you
can get away with it if YOU HAVE NOT A SINGLE LINE OF CODE.
One form had a module, but not code in it.
So, my guess is that without a VBA project with anything in it
that's getting compiled and executed, it's possible to share front
end objects.
Needless to say, I split the app and gave each user a copy of the
front end. The Disk/Network error still occurred, so I moved the
back end to a different server. We will wait and see if the problem
is gone, but I thought it worth posting about the working shared
database, as I've always been puzzled about how anybody can make it
work. Without any VBA code (not even any macros!), it stands to
reason that there'd be very little to cause problems in sharing
front-end objects.
So perhaps I'll amend my usual blanket condemnation of not splitting
and/or sharing a front end to include a caveat about it possibly
working reliably if there's absolutely no VBA code in the
application.