VBScript & Access MDB - 800A0E7A - “Provider cannot be found. It may not be properly installed”

后端 未结 7 804
心在旅途
心在旅途 2020-11-28 14:29

I\'ve having a problem with a VBScript connecting to an access MDB Database. My platform is Vista64, but the majority of resources out there are for ASP/IIS7.

Quite

7条回答
  •  自闭症患者
    2020-11-28 14:49

    we had same issue where we were getting exception

    Provider cannot be found. It may not be properly installed

    with following machine configuration:-

    machine:- window 10
    oracle client installed:- oracle 12c
    provider:- MSDAORA.Oracle (instead of OraOledb)
    

    we have read number of blogs to resolve this where every post saying configuration issue between oracle client 12 to 11G version having 62 to 32bit inter dependency and lot more but it got resolved while changing the provider name from capital letter to small.

    earlier provider name was:- MSDAORA.Oracle (Here Oracle "O" is in capital letter ) now provider name is:- MSDAORA.oracle (Here oracle "O" is in small letter )

    please give a try, if that works for you :)

提交回复
热议问题