Version of Microsoft Jet database engine installed?

B

Bill

Can someone show me an ASP script that will determine what version of the
Microsoft Jet database engine is installed on my shared server?
 
H

Howard Brody

I just had to do this.
In your Immediate window (hit CTRL-G in the VB window to
open it), type:

?dbEngine.Version

and the version number should display.

Hope this helps!

H
 
D

david epsom dot com dot au

This is normally irrelevant, in that you have no choice
of which Jet Database engine you get, because it is
completely specified by your choice of DAO/ADO/whatever.

What are you trying to do?

(david)
 
Top