欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

如何利用數(shù)據(jù)庫內容建立一個下拉式列表?

 更新時間:2006年11月16日 00:00:00   作者:  

如何利用數(shù)據(jù)庫內容建立一個下拉式列表?

<% myDSN="DSN=xur;uid=xur;pwd=xur"
mySQL="select * from authors where AU_ID<100"
set conntemp=server.createobject("adodb.connection")
conntemp.open myDSN
set rstemp=conntemp.execute(mySQL)
if rstemp.eof then
response.write "
,數(shù)據(jù)庫為空!"
response.write mySQL
conntemp.close
set conntemp=nothing
response.end
 end if%>
<%do until rstemp.eof %>
<%
rstemp.movenext
loop
rstemp.close
set rstemp=nothing
conntemp.close
set conntemp=nothing

' 清空對象
%>

相關文章

最新評論