Ask a Question related to ASP Database, Design and Development.
-
Paul White #1
VBScript version ?
How can I check what version of VBScript is currently installed on my
computer ?
Paul White Guest
-
#25558 [Csd]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
ID: 25558 Updated by: vlad@php.net Reported By: dsherron at nbc dot edu Status: Closed Bug Type: dBase... -
#25558 [Asn->Csd]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
ID: 25558 Updated by: vlad@php.net Reported By: dsherron at nbc dot edu -Status: Assigned +Status: ... -
#25558 [Opn->Asn]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
ID: 25558 Updated by: sniper@php.net Reported By: dsherron at nbc dot edu -Status: Open +Status: ... -
#25558 [Opn]: Dbase Version Check added in 4.3.3 detecting bad version when using memo fields
ID: 25558 User updated by: dsherron at nbc dot edu Reported By: dsherron at nbc dot edu Status: Open Bug Type: ... -
VBScript version
I think the ASP that I wish to run needs a later version of VBScript than is installed. How do you find the VBScript version (server of course)?... -
Evertjan. #2
Re: VBScript version ?
Paul White wrote on 08 aug 2003 in microsoft.public.inetserver.asp.db:
<%> How can I check what version of VBScript is currently installed on my
> computer ?
response.write "Version "& ScriptEngineMajorVersion & "." &
ScriptEngineMinorVersion
%>
Gives here: Version 5.6
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Evertjan. Guest
-
Leslie Costar #3
Re: VBScript version ?
In article <uZ$BiCaXDHA.2256@TK2MSFTNGP10.phx.gbl>,
[email]pwa@bigpond.net.auNO[/email]SPAM (Paul White) wrote:
You need to locate the file vbscript.dll (or similar) and right click on>
> How can I check what version of VBScript is currently installed on my
> computer ?
>
>
>
>
it and check the version.
The latest is 5.6, I think. If you have anything less, you can the latest
from Microsoft's web site.
Leslie
[url]www.icuknet.co.uk[/url]
Leslie Costar Guest



Reply With Quote

