Re: Access to zipped Microsoft Access database
- From: C Student <nospam@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 07 Nov 2006 16:33:08 +1000
mark wrote:
Hello,
I have no problems with connecting to ms access database, although now
I want to connect with a mdb file which is zipped. Is it possible to
unzip it only in memory (without saving to a hard-drive) and connect to
such database?
The reason is that I just don't want to publish mdb file which can be
easily accessed and modified by other and putting it in zip with
different file extensions can make that task little harder.
Regards, mark
Hiding files in a zip file offers you no protection what so ever. For example on any unix based system using the file command will tell you what type a file is regardless of file extension.
$ file filename.odt
filename.odt: Zip archive data, at least v2.0 to extract
As you can see 2 seconds work on a unix box will tell me what type of file you are using. Unzip it and I have your database and can do what ever with it.
.
- References:
- Access to zipped Microsoft Access database
- From: mark
- Access to zipped Microsoft Access database
- Prev by Date: Re: Access to zipped Microsoft Access database
- Next by Date: Re: Access to zipped Microsoft Access database
- Previous by thread: Re: Access to zipped Microsoft Access database
- Next by thread: Re: Access to zipped Microsoft Access database
- Index(es):
Relevant Pages
|