A method for running 32-bit VBScript on a Windows 64-bit operating system _vbs

Source: Internet
Author: User

Today, on the 2008 R2 64-bit server system, when running the VBS file, the following prompts

---------------------------
Windows script Host
---------------------------
scripts:	C:\Users\ Administrator\desktop\vbs_cf.vbs
Line:	ten
characters:	1
Error:	provider not found. The program may not be installed correctly.
code:	800a0e7a
Source: 	ADODB. Connection

In 2003, the normal operation of the program, why in the 08 can not use it, after the original is because of the 64-bit can not run directly 32-bit program, then you may refer to the following methods to solve the

Run the 32-bit VBScript method on a Windows 64-bit operating system:

1, start-> run-> input:%windir%\syswow64\cmd.exe

2, in the command prompt line input: cscript your VBS file. vbs

The above approach solves the problem of not using 32-bit components under 64-bit operating systems, such as "ADOX." Catalog "
When you run the VBS directly, you are prompted:
Error: Provider not found. The program may not be installed correctly.
Code: 800A0E7A
Source: Adox.catalog

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.