Data  Source=xxxxxx
填写的是你配置的连接字符串吗?
连接字符串测试成功了吗?

解决方案 »

  1.   

    ms的: connStr="Provider=MSDAORA.1;Password=pwd;User ID=user;Data Source=联结串;Persist Security Info=True"
      

  2.   

    "Provider=MSDAORA.1;Password=pass;User ID=user;Data Source=afis;Persist Security Info=True"
      

  3.   

    http://support.microsoft.com/default.aspx?scid=kb;zh-cn;255084
      

  4.   

    这段代码写在 globle.asa中  DBStr="Provider=OraOLEDB.Oracle;data source=GPS;user id=swyj;password=jandar;"
      Set Session("DBDemo")=Server.CreateObject("ADODB.Connection")
      Session("DBDemo").Open DBStr在最后一句执行时,就出现以上错误。
      

  5.   

    GPS是连接服务,用户名和密码,都没有错误的
      

  6.   

    先用udl文件测试连接成功了再在asp中用
      

  7.   

    问题解决了,多谢各位。
    安装了一个9.2.0.4.0 的OLEDB (ORACLE网站上面下载的,原先安装的是正版光盘的9.2.0.1.0附带的)重新启动之后问题解决。