asp+access 在数据量达100万条记录下,载入速度仍然惊人....
// 网上转载. 忘了作者... : )
//********************** index.asp ************************//
1
<%@language="vbscript" codepage="936"%>
2
<%option explicit%>
3
<html>
4
<head>
5
<meta http-equiv="content-type" content="text/html; charset=gb2312">
6
<title>tree</title>
7
<link href="css/style.css" rel="stylesheet" type="text/css">
8
2
3
4
5
6
7
8
首页
下页
尾页
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
[10]
[11]
[12]
[13]
[14]
[15]
[16]
[17]
[18]
[19]
[20]
[21]
[22]
[23]
[24]
[25]
[26]
[27]
[28]
[29]
[30]
本文关键:动态载入树 (ASP+数据库)