怎么实现ASP页面和程序代码分离
1个回答
展开全部
需要先定义要调用函数需要调用
面我举例希望帮助
function ceshi(ziduan,dataname)
conn="Driver={Microsoft Access Driver (*.mdb)};DBQ=" & server.mappath(""&dataname&"")
set rs=server.createobject("adodb.recordset")
sql="select top 1 * from tablename order by id desc"
rs.open sql,conn,1,1
if not rs.eof then
ceshi=rs(""&ziduan&"")
else
ceshi=""
end if
rs.close
set rs=nothing
end Function
面定义ceshi()函数文件直接放function.asp面模板文件调用即于字段数据库名称函数两变量根据实际情况更换
建议先解asp相关定义函数章节
希望帮助
面我举例希望帮助
function ceshi(ziduan,dataname)
conn="Driver={Microsoft Access Driver (*.mdb)};DBQ=" & server.mappath(""&dataname&"")
set rs=server.createobject("adodb.recordset")
sql="select top 1 * from tablename order by id desc"
rs.open sql,conn,1,1
if not rs.eof then
ceshi=rs(""&ziduan&"")
else
ceshi=""
end if
rs.close
set rs=nothing
end Function
面定义ceshi()函数文件直接放function.asp面模板文件调用即于字段数据库名称函数两变量根据实际情况更换
建议先解asp相关定义函数章节
希望帮助
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询