473,473 Members | 2,226 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Not Enough Memory to Perform Operation

10 New Member
1stly sorry for the wrong post in the articles section.. (was by accident)

now i have read the thread about Access giving the error of "There isn't enough memory to preform this operation, close unneeded programs and try operation again." I also get this error. The earlier thread about this error wasn't much of a help to me. I use Access 2003 and OS is Win XP Pro i don't know whether SP3 is installed and there is a switchboard form that loads on startup.

Problem is i Have quite a few number of forms in the database and i don't want everyone to see them, thats why i created the switchboard and hid the database window on startup.

question is is there a way not to get this error and still keep working with the switchboard and not the database window?

PS: thx for the help on the earlier post got it working..
Oct 29 '07 #1
18 38629
Rabbit
12,516 Recognized Expert Moderator MVP
What's causing the shortage of memory? What are your system specs? Do you have any code running?
Oct 29 '07 #2
xz0rd
10 New Member
System Specs:

Win XP pro Service pack 2
P4 2.26 GHz processor
512 Ram


there is nothing but Ms Access running and the regular Microsoft system processes..and AVG Anti virus
there is no code running..(at least not that I'm aware of)

I've tried nearly everything I've put the MS access process on low priority in the windows Task manager (which still did not help) ive compacted and repaired the mdb file several times and its also set to compact on closing the mdb file is only 2MB so really don't understand... is access causing a memory leak somehow??
Oct 30 '07 #3
Rabbit
12,516 Recognized Expert Moderator MVP
maybe... is the switchboard form the only thing that's open? What's on the switchboard?
Oct 30 '07 #4
xz0rd
10 New Member
ya the only thing thats open is the switchboard and on the switchboard there are hyperlinks to all the forms that the Sales staff needs during the day.
Oct 30 '07 #5
JamieHowarth0
533 Recognized Expert Contributor
Hi there,

I had this problem recently with an Access DB I was working with.

My problem specifically came about because I had copied a number of databases (with linked tables), and deleted the data from one of the linked tables.
Access, apparently, doesn't like this - when data is removed from tables, it can (on occassion) delete the relationships between tables that make up your queries.
This can lead to running a query that opens a bunch of tables, but then has no reference points with which to link the data. Access goes round and round in circles creating temporary tables, trying to find the links, until the TMP file it is using for swap space (to store the temporary tables) reaches 2GB, when it kicks up the "Not enough space/memory" error.

My suggestion - make sure all the relationships in the queries (if your queries use more than one table) are still joined together in the intended manner first (check each and every query using the Query Designer GUI). If you still get problems then let us know.

Best regards,

medicineworker.
Oct 30 '07 #6
Rabbit
12,516 Recognized Expert Moderator MVP
ya the only thing thats open is the switchboard and on the switchboard there are hyperlinks to all the forms that the Sales staff needs during the day.
How many links are we talking about?
Oct 30 '07 #7
xz0rd
10 New Member
well i have about 9 links from the swtichboard
Nov 2 '07 #8
xz0rd
10 New Member
i looked into what medicineworker said and well i think he's right coz when i was creating the database it was on trial and error basis.. so i had deleted some entire tables and queries and forms... as i went along and after i ran a particular form again and closed it and opened the table it said that a query was still using it i then had to close the database and reopen it.. but i thought that after i had finished developing the database and deleted what i didnt need and only keep what needed then that problem looked kinda solved.. but apparently something is still going wrong and i'm getting this error..

i getting more clueless by the day .. and i cant have my staff facing this error when recording a sale in the showroom..
Nov 2 '07 #9
Rabbit
12,516 Recognized Expert Moderator MVP
well i have about 9 links from the swtichboard
That's not much at all, wouldn't cause you to run out of memory.

Have you tried a compact and repair?
Nov 2 '07 #10
xz0rd
10 New Member
the database compacts on close every time and i compact and repair every week
Nov 3 '07 #11
xz0rd
10 New Member
would anyone like a look at the database? maybe i can give a copy for you to analyze..
Nov 3 '07 #12
Rabbit
12,516 Recognized Expert Moderator MVP
would anyone like a look at the database? maybe i can give a copy for you to analyze..
We might have to go that route, let me throw it out to the rest of the experts and see what they think.
Nov 3 '07 #13
puppydogbuddy
1,923 Recognized Expert Top Contributor
We might have to go that route, let me throw it out to the rest of the experts and see what they think.
1. See this link:
http://support.microsoft.com/kb/286153


2. Another thing to try is to try decompiling/recompiling your database.

To decompile your database, follow these steps:

From the Windows, Start, Run command line, type (for example):

C:\Program Files\Microsoft Office\Office11\MSACCESS.EXE /decompile

When Access opens, open the database you want to decompile. You may or may not see a message about VBA code. Just ignore it.

Open up any module. Compile it via Debug, Compile.., then File, Save.

Go back to the database and Compact it (Tools, Database Utilities, Compact and Repair Database)
Nov 4 '07 #14
xz0rd
10 New Member
ok now i tried running the mdb file in the respective showrooms.. and untill now they still haven't seen this error occur so now so now i'm really confused ... is there a possibility for someone to go through all i have done in the mdb file and tell me how to improve so i know that i'm not doing anything wrong on my part.. to create this type of error..

and Rabbit i thank you to offer to take a closer look but i don't know if i will be waisting your time if the error doesn't occur on the system you run it...

and about decompiling and recompiling the modules.. well.. i'm afraid to try it becoz i don't understand to much in it.. but still thank you puppydogbuddy
Nov 6 '07 #15
NeoPa
32,556 Recognized Expert Moderator MVP
Let me just remind you that this site is a site of volunteers who offer their time and experience trying to help you understand and fix specific problems. This does not extend to doing your work for you nor doing general checking over of your work for you. This is a service that you should think about paying a consultant for if you need it.

ADMIN.
Nov 6 '07 #16
chrisbryan
1 New Member
Hi
Just to let you know I had exactly the same error message when trying to run acess on a new machine. Answer was install Jet 3.51 (SR3) available from ms download.
Dec 6 '07 #17
acctinfo
1 New Member
For out of memory errors or possibly any other error that prevents RL from starting on a computer using Access 2003 service pack 3 (sp3), try the instructions in Microsoft Knowledgebase article 945674 (http://support.microsoft.com/kb/945674). The solution involves downloading a hotfix from that page and installing it on the client computer.

Unzip and and save in a folder. One of the files that was unzipped is named MSACCESS.msp, you want to double-click that one and it actually installs the hotfix. You don't have to restart your computer to get going.
Nov 13 '08 #18
NeoPa
32,556 Recognized Expert Moderator MVP
Thanks for the info, and welcome to Bytes!
Nov 14 '08 #19

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: frustrated | last post by:
Before I begin, I must first make the following disclaimer: Although I have considerable programming experience, I do not consider myself by any means to be an expert C++ programmer. The following...
7
by: Matthias Kwiedor | last post by:
Hi@all! I have a app (c#) where i load up a external dll (managed code from c#) with a small arraylist and hashtable in two routines (about 40000 objects in each arraylist and hashtable). If...
2
by: webspinner | last post by:
I'm trying to develop a web service using C# and everytime I try to instantiate a NotesSession object like so: m_session = new NotesSessionClass(); the object throws an exception with the...
3
by: Mark | last post by:
Hello, Recently I have not been able to open an asp.net page in MDE's web from designer. I recieve the following error: "The file failed to load in the web from designer. Please correct the...
1
by: Deeraj | last post by:
Hi, I developed a web application which uses some reports. It was working fine. Now Crystal Reports 11 has been installed(previously it was Crystal Reports 9) and the same ASP.NET code is...
0
by: John Linn | last post by:
We are adventuring into the land of Web Services. Here is a simple breakdown of the architecture: 1) Accept XML data 2) For each node, perform the related data operation in our backend. 3)...
7
by: toton | last post by:
Hi, I have a STL vector of of characters and the character class has a Boost array of points. The things are vector<Characterchars; and class Character{ private: array<Point,Npoints; }; Now...
3
by: Extremest | last post by:
I there a way to compress the data that I have in memory so I can hold more. My program eats a lot of memory and would like to have it do more but can't because of the memory issue.
0
by: salman | last post by:
Hello We are working on an stock market application to buy and sell stock market shares. Clients are connected through local lan, we are easily maintaining and updating the client database when...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.