|
-
Jun 14th, 1999, 10:48 PM
#1
Thread Starter
New Member
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
-
Jun 16th, 1999, 12:52 AM
#2
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|