欢迎光临
我们一直在努力

也各简单的bbs(七)–一点说明

建站超值云服务器,限时71元/月

本bbs的显示页面不理想,那为该今后可发给我!email:hahuwe@sina.com.另副数据库建立代码!
bbs数据库代码如下:
<%
set conn = server.createobject("adodb.connection")
dbpath = server.mappath("bbs.mdb")
conn.open "driver={microsoft access driver (*.mdb)};dbq=" & dbpath
sql="create table bbs (id text(4) ,authorname text(24),subject text(80),content memo,"
sql=sql&"adddate date,visitnum long,answernum text(4),addtime time,topnum text(4))"
conn.execute(sql)
%>

author数据库如下:
<%
set conn = server.createobject("adodb.connection")
dbpath = server.mappath(author.mdb")
conn.open "driver={microsoft access driver (*.mdb)};dbq=" & dbpath

sql="create table author (authorname text(24),pawword text(20))"
conn.execute(sql)
%>

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 也各简单的bbs(七)–一点说明
分享到: 更多 (0)