adErrProviderNotFound 3706 
0x800A0E7A 
ADO 找不到指定的提供者。 这个错误是因为什么啊?
如何解决
谢谢大家

解决方案 »

  1.   

    用 mdac2.7 試下, 好象2.8有點不正常的感覺, 我以前一個項目, 陞級到2.8 不正常, 後來還是用 2.7的!還有檢查你的 ConnectString 是不是設置錯了??
      

  2.   

    Provider cannot be found. It may not be properly installed. 
    The name of the provider might be incorrectly specified, the specified provider might not be installed on the computer where your code is being executed, or the installation might have become corrupted.
      

  3.   

    mdac2.6和其后续版本已经不包括jet升级包找个2.5或2.6装上最新Jet数据库引擎
    http://support.microsoft.com/default.aspx?scid=kb;zh-cn;239114
      

  4.   

    TO  DebugXP() :
    我按照你说的方法,下载了MDAC2.5,可以正常使用
    我想问一下,发布ADO访问方式的数据库应用,是不是只能安装MDAC
    还有其他的办法吗?
    谢谢
      

  5.   

    win98带的jet引擎版本太旧
    我一般都手动装上的Madc,
    有些打包工具可以集成Mdac,太懒了没试过.
      

  6.   

    用OLEDB JET 4.0连接数据库,否则肯定失败原因好象是 ADO 2。5以上没有了 JET 3。51