vbscript - Microsoft.Jet.OLEDB.4.0 - Provider cannot be found. It may not be properly installed -


I have recently started a new job and I am getting the error below when I wrote a script written by my predecessor Run I did not get this error when I ran on the old laptop of my predecessor which is running 32 bit window 7. I get this when I try to run the script on my desktop which is running 64 bit window 7. I thought it could be an issue with compatibility between 32 and 64 bit versions.

Error:
Provider not found. It can not be installed properly.

Code:

  objConnection.Open "Provider = Microsoft.Jet.OLEDB.4.0;" & Amp; _ "Data source =" & amp; File path & amp; "," & Amp; _ "Extended property =" "text; HDR = yes; FMT = limited;" ";"   

I found some other posts with the same error, but their fix did not help me, it was the only one who gave the approved answer:

I installed the provider Done and changed, but I got a single error.

Thanks for the help!

If it is a 32 bit problem then try 32 bit vbscript. c: \ windows \ syswow64 \ wscript "c: \ yourcript.vbs" .

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -