标题:连接SQL2000数据库的问题
取消只看楼主
userls
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2012-10-19
 问题点数:0 回复次数:0 
连接SQL2000数据库的问题
<%
set conn=Server.CreateObject("ADODB.connection")
cnstr = "Provider=SQLOLEDB.1;Data Source=(local);User ID=ic;Password=19xx;Initial Catalog=ic;Persist Security Info=True"

on error resume next
conn.open cnstr
 if err then
     err.clear     
    set conn = nothing
    response.write "数据库连接出错!"
        Response.End
end if


请问下这段代码是否有错,有安全隐患没?谢谢各位大侠了   给个安全的写法
搜索更多相关主题的帖子: 数据库 
2012-10-19 13:06



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-383600-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.058498 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved