|
 |
|
|
|
|
|
 |
 |
 |
 |
<%
'取得新訊息資料
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("/martin0604/db/hotnews.mdb")
sql = "select * from HOTNEWS"
Set rs = conn.Execute(sql)
%>
<%
rs.close()
conn.close()
Set rs = nothing
Set conn = nothing
%>
|
 |
 |
 |
 |
|
|
| 心韻催眠訓練中心 - 版權所有, All Right Reserved, 建議以 1024 x 768 Pixel , IE 5.5 + 版本為最佳瀏覽方式 |