![]() |
![]() |
|
![]() |
![]() |
![]() |
|トップページ|統計|たまごの知識|協会概要|リンク| |
![]() |
||
<%
'ADO DB Connection オブジェクトを作成する
Set db1=Server.CreateObject("ADODB.Connection")
'DBオープン (Provider・ID・パスはGlobal.asaに記載)
db1.open Application("DBCN")
'ORDER BY wn_date DESC で書き込み時刻の降順にする
'Select 10 と 件数を指定しました
Set rs1 = db1.Execute("Select TOP 10 * From wn ORDER BY wn_date DESC")
nCNT = 1
%>
|