473,396 Members | 2,017 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

mdb-size and zip-size (zip hardly smaller)

Hi all,

I have this newly designed app here (A97)
This app is 7.298 kb wich seems like a normal size to me.
But zipped the size is 7.262 kb which I consider *very* strange.

I am used to a zipped size of 3-4 times smaller than the original mdb

I tried repair-compact, decompile and the like. Still the same.
Even when all the forms are SavedAsTxt-LoadedFromTxt it is the same.
The zip is only a few kb smaller. What could be the cause of this ??

Only when I create a new mdb and import all the objects again I am getting figures like
6.228 kb for the mdb and 2.382 kb for the zipped mdb.
This looks like 'normal' behaviour to me.
Unfortunately the security-settings (ULS) are lost when I import everything in a new file.

Any ideas ??

Arno R
Apr 19 '06 #1
5 1466
Arno R wrote:
Hi all,

I have this newly designed app here (A97)
This app is 7.298 kb wich seems like a normal size to me.
But zipped the size is 7.262 kb which I consider *very* strange.

I am used to a zipped size of 3-4 times smaller than the original mdb

I tried repair-compact, decompile and the like. Still the same.
Even when all the forms are SavedAsTxt-LoadedFromTxt it is the same.
The zip is only a few kb smaller. What could be the cause of this ??

Only when I create a new mdb and import all the objects again I am getting figures like
6.228 kb for the mdb and 2.382 kb for the zipped mdb.
This looks like 'normal' behaviour to me.
Unfortunately the security-settings (ULS) are lost when I import everything in a new file.

Any ideas ??


Have you tried a /decompile ?
Apr 19 '06 #2

"Trevor Best" <go**********@besty.org.uk> schreef in bericht news:44**********************@news.zen.co.uk...
Have you tried a /decompile ?


In my original post I said:
I tried repair-compact, decompile and the like. Still the same.


Also: I just made a backup of the mdb
I deleted all objects in my original mdb.
I compacted the mdb and imported all the objects from the backup again.
(This had to do with the security-settings for new objects that I wanted to keep this way)

But: Still the same problem !!

I created a new mdb, and adjusted the security-settings for all new objects for all users and groups.
Imported all the objects from the same backup and now the zip is 2257 kb. OK !
Still need to adjust some security-settings for a few special queries and so but problem is solved.

Still stunned! What 'special' setting did I trigger in the database?

Arno R

Apr 19 '06 #3
"Arno R" <ar***********@tiscali.nl> wrote in
news:44**********************@text.nova.planet.nl:

"Trevor Best" <go**********@besty.org.uk> schreef in bericht
news:44**********************@news.zen.co.uk...
Have you tried a /decompile ?


In my original post I said:
I tried repair-compact, decompile and the like. Still the same.


Also: I just made a backup of the mdb
I deleted all objects in my original mdb.
I compacted the mdb and imported all the objects from the backup
again. (This had to do with the security-settings for new objects that
I wanted to keep this way)

But: Still the same problem !!

I created a new mdb, and adjusted the security-settings for all new
objects for all users and groups. Imported all the objects from the
same backup and now the zip is 2257 kb. OK ! Still need to adjust some
security-settings for a few special queries and so but problem is
solved.

Still stunned! What 'special' setting did I trigger in the database?

Arno R


I think you said you had done the saveastext loadfromtext thing on all
your objects. Your db will be as small as possible now because there are
zero extraneous objects/code in it and it is uncompiled. When it is
compiled, it will get bigger.
Zipping looks for similar strings and notes their location. If a db is
encrytped it's unlikely there are any similar recognizable string
patterns (else the encryption would be tres easy to break). So you get no
compaction, plus you get the zip overhead; hence a larger db. I never use
security by my memory tells me that when Access security is applied,
encryption occurs. I could be way wrong there, but if no encryption then
what good is the security?

ramble ramble .... snore snore

--
Lyle Fairfield
Apr 19 '06 #4
"Arno R" <ar***********@tiscali.nl> wrote in
news:44***********************@text.nova.planet.nl :
I have this newly designed app here (A97)
This app is 7.298 kb wich seems like a normal size to me.
But zipped the size is 7.262 kb which I consider *very* strange.

I am used to a zipped size of 3-4 times smaller than the original
mdb

I tried repair-compact, decompile and the like. Still the same.
Even when all the forms are SavedAsTxt-LoadedFromTxt it is the
same. The zip is only a few kb smaller. What could be the cause of
this ??

Only when I create a new mdb and import all the objects again I am
getting figures like 6.228 kb for the mdb and 2.382 kb for the
zipped mdb. This looks like 'normal' behaviour to me.
Unfortunately the security-settings (ULS) are lost when I import
everything in a new file.


If it's secured, then it's encrypted, and encrypted files simply
don't compress (for fairly obvious reasons).

If it's not encrypted, then it's not really secured, and I don't
know what the problem would be.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Apr 20 '06 #5

"Lyle Fairfield" <ly***********@aim.com> schreef in bericht news:Xn*********************************@216.221.8 1.119...
I never use
security by my memory tells me that when Access security is applied,
encryption occurs. I could be way wrong there, but if no encryption then
what good is the security?

Lyle Fairfield


Encryption does not occur when security is applied. It is two different things.
==> But I had this FE encrypted indeed without even remembering I did ... <shame on me>

I agree that the security 'improves' with encryption (but it is still no good is the common idea here)
I use the security here mainly to track the admin-users and grant them some special permissions.
I do not use it to secure the design (I deliver an mde) or data.

Thanks
Arno R
Apr 20 '06 #6

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

Similar topics

0
by: freak | last post by:
hi i have problems reading an oracle(9i) clob from a php-script with the MDB-class from pear. the table files has 3 fields: id integer document clob picture clob
1
by: Roger | last post by:
I have 2 mdbs (one is a menu system - system.mdb, the second is an inventory subsystem - inventory.mdb) and there will be more subsystems the system.mdb knows what forms / reports / submenus /...
4
by: Mike Thomas | last post by:
We are using an Access 2000 application on a Windows NT / Citix server. The app is split into a front end and back end mdb, and each user has the front end mdb in their own folder. Since we...
5
by: Glenn Davy | last post by:
Hi all I'm wanting to build some 'libraries' of functions and classes that I can share around between various front ends which all share a common backend. I realise from the archives, that this...
60
by: Neil | last post by:
I have a situation with an ODBC linked view in an Access 2000 MDB with a SQL 7 back end. The view is scrolling very slowly. However, if I open the view in an ADP file, it scrolls quickly. I...
12
by: lesperancer | last post by:
I've got two MDBs, that due to size, security, etc, need to be kept separate quotation configurator (there will be more of these in the future) so within quotation.mdb, I linked all the...
14
by: Bombus | last post by:
Hello. I have two different types of MS Access databases (A.mdb). One is on a server, and several databases at clients (B.mdb). Now I want to develop some code that can extract data from the...
2
by: Miro | last post by:
I will ask the question first then fumble thru trying to explain myself so i dont waste too much of your time. Question / Statement - Every mdb table needs a PrimaryKey ( or maybe an index - i...
9
by: rlntemp-gng | last post by:
I have an application where App1.mdb calls App2.mdb when a button is clicked on a form. App1 has three values of interest: 1. gblPgmPath 2. frmMain1.txtSubTotalVariance 3....
3
BeemerBiker
by: BeemerBiker | last post by:
I tried the following that didnt work "c:\\new.mdb" 'c:\\new.mdb' "c:\\new\.mdb" So far, the only thing that worked is "c:\\new" but I had to rename the destination access database to get rid...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
0
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
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...

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.