D
Dave
Has anyone encountered the error message "Can not open any more databases"
and what did you do to solve it?
Thanks,
Dave
and what did you do to solve it?
Thanks,
Dave
Allen said:If you are using Access 97 without the service packs, you are limited to
1024 databases. Applying the service packs doubles this to 2048, so that's
the first step.
Tim said:You can only have 1024/2048 mdbs developed for one installation?
Does it "wear out" or something? Is there an internal mdb counter
that runs out?
and what did you do to solve it?
There is no need to use different names in different procedures. They are
already different objects.
Unless you write spagghetti code, every procedure has just one entry point,
and just one exit point.
Personally I would set to Nothing before reusing it, but that may just being
pedantic.
Sounds really dangerous. Multiple instances of a function running and
interferring/interacting with each other? Ouch.
Dave said:Has anyone encountered the error message "Can not open any more databases"
and what did you do to solve it?