标题: 关于web页面登陆oracle数据库的问题(急) [打印本页] 作者: diqing2005 时间: 2008-04-18 09:03 标题: 关于web页面登陆oracle数据库的问题(急) 请教大家个一问题:
我的机器是hp 8640 IA64位的,安装windowns server2003操作系统,oracle10.2客户端,运行Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 但当用web页面登录数据库时就会报
System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
escription: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Exception: System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.
Source Error:
Line 373: }
Line 374:
Line 375: if(lisclassCommon.invalidUserDp(userInfo(),out strResult)==false)
Line 376: {
Line 377: Page.RegisterStartupScript("ow", "<script language='javascript'>window.alert('"+ strResult +"');</script>");
Source File: d:\erp\Login.aspx.cs Line: 375
但用sqlplus 登录数据库是正常的,请问这种问题如何解决?(急!)
UID291904 帖子10 精华0 积分10 流通积分10 点 金钱0 O元 阅读权限20 在线时间4 小时 注册时间2007-11-15 最后登录2008-4-18 查看详细资料
编辑 引用 使用道具 报告 回复 TOP作者: williamshcx 时间: 2008-04-22 11:12
你的数据库服务器呢?