Version of Microsoft Jet database engine installed?

  • Thread starter Thread starter Bill
  • Start date Start date
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?
 
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
 
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)
 
Back
Top