数据库

位置:IT落伍者 >> 数据库 >> 浏览文章

简单asp连接access数据库代码


发布日期:2018年07月21日
 
简单asp连接access数据库代码

Set rs = nothing
Set conobject = ServerCreateObject("ADODBConnection")
db="examplemdb"
DBPath = ServerMapPath(db)
conobjectOpen "Driver={Microsoft Access Driver (*mdb)};DBQ="&DBPath
Set rs = Servercreateobject("adodbrecordset")

Set conn = ServerCreateObject("ADODBConnection")
DBPath = ServerMapPath(db)
connOpen "Driver={Microsoft Access Driver (*mdb)};DBQ="&DBPath

上一篇:Microsoft JET Database Engine 错误80004005错误

下一篇:asp+access按年,按月统计数据