Results 1 to 3 of 3

Thread: Accessing a MDB on CD (Readonly)

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Location
    Winchester, UK
    Posts
    18

    Post

    I have a basic VB app that reads from a MDB file using DAO. This works fine - until I write the whole lot to CD (where the MDB becomes read only). I then get nasty errors beacuse the MDB is read only. I'm not doing any writing of Data to the MDB - only reading. Does anyone know a solution to this?

  2. #2
    Lively Member
    Join Date
    Jan 2000
    Location
    Springfield, IL
    Posts
    124

    Post

    When connecting to a MSAccess database using VB, an .LDB file is created in the database directory. Check out this article from Microsoft.
    http://support.microsoft.com/support.../Q110/7/32.asp

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Location
    Winchester, UK
    Posts
    18

    Post

    And then there was light!

    Thanks. Problem sorted.

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