CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2001
    Location
    India
    Posts
    13

    How they locked tables!!

    Hi,

    I downloaded one .mde file and its related .mdb file from one of our MsAccess Developer.

    I opened .mde file and found a lock symbol before every table name.

    I wonder how they locked the table from editing.

    Could anyone please help me out in understanding how to lock/unlock a table in .mde/.mdb file.

    Thanks in advance,
    Veerla.


  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: How they locked tables!!

    I am not sure about this, but...have you tried setting the .mde or .mdb file attribute? (right click on the file and see if it is readonly...)
    ;-)

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris, Dr_Michael
    and all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

    The Rater
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    Aug 2000
    Posts
    27

    Re: How they locked tables!!

    I'm not sure how you would go about locking tables in Access (maybe through the security features?), but I do know that any changes need to be made in the mdb file and then saved to a new mde file.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured