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: Code: 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: Thanks for the help! If it is a 32 bit problem then try 32 bit vbscript.
Provider not found. It can not be installed properly.
objConnection.Open "Provider = Microsoft.Jet.OLEDB.4.0;" & Amp; _ "Data source =" & amp; File path & amp; "," & Amp; _ "Extended property =" "text; HDR = yes; FMT = limited;" ";"
I installed the provider Done and changed, but I got a single error. c: \ windows \ syswow64 \ wscript "c: \ yourcript.vbs" .
Comments
Post a Comment