为了么连接Oracle有问题
Set cn=server.CreateObject("ADODB.Connection")
cn.open "Provider=OraOLEDB.Oracle;Data Source=VANO;User ID=rsuser;Password=rsuser;"
SQLQuery1 = "select ProjectCNName,ProjectENName FROM ProjectBasicInfoTable"
Set RS1=cn.Execute(SQLQuery1)
do while not RS1.eof
Response.Write RS1("ProjectCNName")&"_"&RS1("ProjectENName")
RS1.movenext
loop
cn.Close
set cn=nothing
运行网页很满,一直等待,过很久之后“您要访问的页有问题,无法显示该页,HTTP 500 - 内部服务器错误 ”(以前我成功连接过一次,且查询出值了)
我装了oracle 的客户端,在Net Configuration Assistant里“添加本地服务”