-
如何远程读取数据库页面?
<%Set HttpObj = Server.CreateObject("AspHTTP.Conn")dim docnumdocnum = 101do w...
-
如何显示数据库的结构?
<html><head><meta http-equiv="Content-Type" content="text/html; c...
-
可以让程序告诉我详细的页面错误和数据库连接错误吗?
<% If Err.Number <> 0 Then ‘ 错误处理. Response.Clear ‘ 清除缓冲区....
-
如何分页显示数据库查询结果?
<% if Request.QueryString("PageNumber").count > 0 then ‘ 指定页号的参数PageNumber...
-
为什么有的留言簿不需要数据库?
< html>< body>< form action="manage.asp" method="post">< in...
-
如何把图片也存到数据库中去?
showimage.aspChange the HTTP headerResponse.ContentType = "image/gif"Set cn = Se...
-
如何用数据库制作一个多用户版的计数器?
count.asp‘ 计数器的核心程序.<%Set conn = Server.CreateObject("ADODB.Connection")dbpat...