Memoria insuficiente para realizar esta operacion.

  • Thread starter Thread starter OscarBit
  • Start date Start date
O

OscarBit

Despues de pegar varios botones en un formulario en Access2003 no me deja
abrir el formulario ni en modo de ejecución ni en vistab diseño y me saca el
mensaje:
Memoria insuficiente para realizar esta operación. Cierre los ...

Alguien sabe como arreglarlo sin tener que rehacer el formulario.


Garcias a todos de antemano.
 
if your computer is telling you that you are out of memory-- you are
hitting a DAO bug.

it is best to move to a real DAL like ADO for example
DAO locks you to a crappy database.

JET is dead and it has been for a decade.
Move to SQL Server, Oracle, mySQL-- anything else
 
This troll is wrong again. It has nothing to do with Access. Have a look at
this KB article:

http://support.microsoft.com/kb/112676/en-us

There is a Spanish version as well:

http://support.microsoft.com/kb/112676/es


if your computer is telling you that you are out of memory-- you are
hitting a DAO bug.

it is best to move to a real DAL like ADO for example
DAO locks you to a crappy database.

JET is dead and it has been for a decade.
Move to SQL Server, Oracle, mySQL-- anything else
 
Back
Top