Databaseguy
MIS
Anyone out there know how to get the version property of a 2000 DB from '97 code ?
I have a module that creates a table of all of the DBs on local and newtork drives. I am using the Application.FileSearch method and the .FoundFile property for my information.
My next step is to automate routine maintainence. (Compact, Etc). I'll use the file and path returned from the .foundFile object and open the DB, etc....
Problem is, we've got a mixed enviroment of '97 and 2000 machines. If I run the code from '97, it'll just fail. If I run it from 2000, it'll probably ask me if I want to open or convert.