Results 1 to 2 of 2

Thread: Mdb Open ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Location
    Saarbrücken, Germany
    Posts
    10
    Try to open the database in exclusive mode and install an error handler:

    set db = opendatabase("Db.mdb", True)

    If it fails someone has opened the database.

  2. #2
    Lively Member
    Join Date
    Feb 2001
    Location
    Sri Lanka
    Posts
    66

    Thanks

    the previous sujection worked......

    But i think ur one is more of a proffecional approach cause if the db crashed it would'nt delete the LDB file

    Thanks

    Ill give it a try

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