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