F
Fernando
Hi there,
I've serached the net for information on this error and although there is a
lot of information about it, it doesn't seem to be an easy one. Probably
because it is not clear what is going on behind the scenes.
The code breaks after using an access app for a while, and it breaks in an
event on the line :
Set db = CurrentDb
As I understand it, the Set sets a reference (a pointer) to an object (a
Database object). Later in the code I have:
db.close
and to make sure the memory is freed I also have:
Set db = Nothing
Well, the problem persists. Access doesn't seem to be freeing the
references, so it reaches the maximun number of allowed table ids, and it
hungs.
Any help on this would be much appreciated.
Thank you very much in advance !
I've serached the net for information on this error and although there is a
lot of information about it, it doesn't seem to be an easy one. Probably
because it is not clear what is going on behind the scenes.
The code breaks after using an access app for a while, and it breaks in an
event on the line :
Set db = CurrentDb
As I understand it, the Set sets a reference (a pointer) to an object (a
Database object). Later in the code I have:
db.close
and to make sure the memory is freed I also have:
Set db = Nothing
Well, the problem persists. Access doesn't seem to be freeing the
references, so it reaches the maximun number of allowed table ids, and it
hungs.
Any help on this would be much appreciated.
Thank you very much in advance !