最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp 数据库连接代码与数据库关闭代码
时间:2022-07-02 22:32:16 编辑:袖梨 来源:一聚教程网
dim conn,rs;//这里如果是调用外部文件就必须定义这里
这里是数据库创建联连方法
sub opendb()
set rs=server.CreateObject("adodb.recordset")
set conn=server.CreateObject("adodb.connection")
conn.connectionstring="provider=microsoft.jet.oledb.4.0; data source="&server.mappath("datasource/hhinfo.mdb")
conn.open
end sub
//这里是asp数据关闭方法
sub closedb()
if isobject(rs) then
if not(rs is nothing) then
rs.close
set rs=nothing
end if
end if
if isobject(conn) then
if not(conn is nothing) then
conn.close
set conn=nothing
end if
end if
end sub
本站原创转载注明:www.111com.net
相关文章
- 金铲铲之战s14羁绊追踪者快速触发阵容推荐 07-06
- 今日XRP新闻:随着Ripple在7月行动中释放5亿代币,XRP强势维持在2.20美元上方 07-06
- 炉石传说茶壶星舰萨卡组构筑分享 07-06
- 明日方舟终末地能量淤积点消除方法 07-06
- 2025年炒币平台app哪个好?国内最新炒币软件APP排行榜一览 07-06
- 燕云十六声到此一坐成就达成方法 07-06