Hide .ldb

  • Thread starter Thread starter alex
  • Start date Start date
A

alex

Hello,

Using Access ’03…

I have a hidden mde that resides in my user’s respective folder.

The folder is not hidden, only the file.

Everything works fine, but the when the user opens the mde, the ldb is
not hidden…you would think the ldb would take on the particular trait
of the mde.

The mde is copied from one drive to another with an executable file.
Is there anyway to set the mde attributes so that the respective ldb
is also hidden when it opens?

A potential workaround I suppose is to place the mde in a hidden
folder, but I’m not sure how to programmatically do that and would
like to avoid it if I could.

Thanks,
alex
 
On Thu, 23 Jul 2009 11:40:49 -0700 (PDT), alex <[email protected]>
wrote:

No, the ldb cannot take on the traits of the mde.

The hidden folder sounds like a really good idea. With some googling
(or binging) you should be able to find code to set a folder to be
hidden (set the hidden attribute of the folder).

-Tom.
Microsoft Access MVP
 
No, the  ldb cannot take on the traits of the mde.

The hidden folder sounds like a really good idea. With some googling
(or binging) you should be able to find code to set a folder to be
hidden (set the hidden attribute of the folder).

-Tom.
Microsoft Access MVP











- Show quoted text -

Thanks Tom for the advice!
 
The hidden folder sounds like a really good idea. With some
googling (or binging) you should be able to find code to set a
folder to be hidden (set the hidden attribute of the folder).

On a server, just add $ to the name of the share, and it will be
hidden from the users.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Determine if File is open 8
mdb looks and acts like mde 3
Should I decompile? 3
Is File Open 8
Corrupt .ldb file 4
Hide ldb file 5
SHift Key disable (again..) 3
Access 2007 with a 2003 mde and Error 3734 2

Back
Top