473,508 Members | 2,389 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Growing database

Hi,

I am producing what I would have expected to be quite a small database. (By
small I mean in terms of the the code etc rather than the data.) I have had
all sorts of problems, as I'm a novice, with creating combo boxes and event
procedures, then deleting them etc. Has this somehow created a lot of
'empty space'. (Excuse the terminolgy!) If this is the case, is there any
way of retrieving it? So far I have used 'Compact and Repair' and made a
new databese and copied all the tables etc to it. All to little avail.

Thanks

John
Nov 12 '05 #1
3 1454
John M wrote:
Hi,

I am producing what I would have expected to be quite a small database. (By
small I mean in terms of the the code etc rather than the data.) I have had
all sorts of problems, as I'm a novice, with creating combo boxes and event
procedures, then deleting them etc. Has this somehow created a lot of
'empty space'. (Excuse the terminolgy!) If this is the case, is there any
way of retrieving it? So far I have used 'Compact and Repair' and made a
new databese and copied all the tables etc to it. All to little avail.


During the design process, and especially when creating tables and using
queries, the database will inflate. All kinds of temporary data objects
are created.

When you Compact, these temporary objects are removed. Many queries will
take a moment extra the first time they run after a Compact (namely to
re-create the temporary object, which acts as speedup).

You don't need to Repair, and unless instructed to do so, shouldn't.

Creating a new database and importing objects from the other usually
solves any corruption issues, and tends to bring the size down.

So far, you followed 'the right path'. How many forms have you got?
Average number of controls?
Large tables? Are the tables in the same database, or did you link them?
(in the latter case, their content size should not add to the database
of course)

--
Bas Cost Budde
http://www.heuveltop.org/BasCB
but the domain is nl

Nov 12 '05 #2
Thanks for the reply - I've not got many forms - but two produce charts, and
I wonder if this could be the issue.
What did you mean by 'You don't need to Repair, and unless instructed to do
so, shouldn't'? There is only one option on the menu related to this ....
Compact and Repair!

Thanks in advance

"Bas Cost Budde" <ba*@heuveltop.org> wrote in message
news:c0**********@news2.solcon.nl...
John M wrote:
Hi,

I am producing what I would have expected to be quite a small database. (By small I mean in terms of the the code etc rather than the data.) I have had all sorts of problems, as I'm a novice, with creating combo boxes and event procedures, then deleting them etc. Has this somehow created a lot of
'empty space'. (Excuse the terminolgy!) If this is the case, is there any way of retrieving it? So far I have used 'Compact and Repair' and made a new databese and copied all the tables etc to it. All to little avail.


During the design process, and especially when creating tables and using
queries, the database will inflate. All kinds of temporary data objects
are created.

When you Compact, these temporary objects are removed. Many queries will
take a moment extra the first time they run after a Compact (namely to
re-create the temporary object, which acts as speedup).

You don't need to Repair, and unless instructed to do so, shouldn't.

Creating a new database and importing objects from the other usually
solves any corruption issues, and tends to bring the size down.

So far, you followed 'the right path'. How many forms have you got?
Average number of controls?
Large tables? Are the tables in the same database, or did you link them?
(in the latter case, their content size should not add to the database
of course)

--
Bas Cost Budde
http://www.heuveltop.org/BasCB
but the domain is nl

Nov 12 '05 #3
John M wrote:
Thanks for the reply - I've not got many forms - but two produce charts, and
I wonder if this could be the issue.
What did you mean by 'You don't need to Repair, and unless instructed to do
so, shouldn't'? There is only one option on the menu related to this ....
Compact and Repair!


Oh, that may be a version issue. I was speaking Access 97.

Graphical elements *can* cause database bloat. (nice search term)

But I can't get you out because I don't know where you're in.
--
Bas Cost Budde
http://www.heuveltop.org/BasCB
but the domain is nl

Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1296
by: Jippie | last post by:
Hi all, I work for a 5 man company selling track and trace service over the internet. I'm the only full time software guy. We are growing, and I can see soon we are going to start hitting BIG...
3
2000
by: Subodh | last post by:
I've written a SP which does some complex calculations and in the end dumps data into 2 tables (master & detail) When I run this sp for smaller no of IDS (employees i.e for 13000 in Master and...
3
4261
by: Esger Abbink | last post by:
Hello, it is very possible that this is a well described problem, but I have not been able to find the solution. On two production server (7.2rc2) of ours the data directory is growing to...
2
2386
by: Michael Raz via DBMonster.com | last post by:
We are in SAP R/3 using z/OS DB2 V7.1 as our DB Server. SAP uses a table called VBDATA for it's internal intermediate needs just inserting in it's primary transaction a row and then selects and...
2
1625
by: David | last post by:
Hello, I have several applications that maintain a Jet database via ODBC. There are perhaps two dozen tables, ony two of which have perhaps 10,000 records each. The rest are rather small. A...
14
5237
by: Sonic | last post by:
I have an MDE file that is growing exponentially (from 3,900 KB to over 132,000 KB today). I am not saving data in this MDE, although I use a mix of offline and SQL tables for Read Only querying. ...
4
13209
by: yashgt | last post by:
Hi, We have created a SQL server 2000 database. We observe that the transaction log keeps growing over time. We are now about to run out of space. We have been periodically shrinking the...
7
4151
by: Kosmos | last post by:
Hey guys, I was hoping someone could give me an idea of where I should look for this..my access database file is rapidly growing....but I have the access database import an excel spreadsheet and...
6
1644
by: Burkhard Schultheis | last post by:
I've installed a fresh DB2 V9.1 server (Express-C). Now I see, that the number of applications (db2 list applications) is growing all the times when a script is run which makes some database...
9
2914
by: vanlanjl | last post by:
Okay this is very complicated (for me), but i need some help on this please. I am creating a Network Diagram in Visio, along with this I have collected all the Information for every Network Device...
0
7224
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
7323
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,...
1
7038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7493
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5625
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4706
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
3180
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1550
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
415
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.