Results 1 to 2 of 2

Thread: Access Database version (without using DAO).

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 1999
    Location
    Minneapolis, MN, USA
    Posts
    2

    Post

    Hey,

    I am writing an application to scan for access database on a network server. Then I am getting their version using DAO (ie. db.version). This works great, but it is extremely slow opening the databases.

    I would like to get the version information about an Access database with out opening the database object. Does anyone know the format for an mdb file? More specifically, where to find the version information? Thanks much.

    Dan

  2. #2

    Thread Starter
    New Member
    Join Date
    Jun 1999
    Location
    Minneapolis, MN, USA
    Posts
    2

    Post

    Well, I found an answer. Using
    db.Properties("AccessVersion")
    is much faster than
    db.Version()
    Thanks.

    Dan

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