||
網站導覽
||
留言版
selected='selected'
文章
最新消息
商品
Account
Password
站長 x 管理人
筆記盒子
文章分類
JAVA
Android
Database資料庫
FQL
MSSQL
MySQL
不分類
應用程式
Python
C_C++
Pascal
.net framework
不分類
文書處理
OFFICE
normal一般設定
不分類
Web-design網頁設計
JSP
不分類
.net framework
asp
php
Virtual Machine虛擬機器
VirtualBox
VMware
MIS網管
Mac
不分類
Windows
Linux
media多媒體
不分類
adobe
未分類
不分類
asp-mdb連接語法
<%
Set conn = Server.CreateObject("ADODB.Connection")
DBPath = Server.MapPath("AD2.mdb")
conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath
Set rs = Server.CreateObject("ADODB.Recordset")
SortSql = "SELECT * FROM Tc where account=" & "'Teacher'" & " order by 'account' desc"
rs.Open SortSql, conn, 1,1
//rs("欄位名稱")
do while not rs.eof
'或用 if not rs.eof then ... end if
response.write(rs("account")
//rs("欄位名稱")
rs.movenext
loop
%>
發佈日期:2011-04-09
Copyright © 2012
NBOX
. All Rights Reserved.