国产乱子伦精品视频潮,国产AV一区二区三区,国产麻豆剧传媒精品国产AV,国产精品久久久久久久久久久久,国产精品视频,国产农村熟妇出轨VIDEOS

ASP連接access數據庫例程

發布時間:2006-04-18 22:57:40   瀏覽人數: 761703 次  
  關鍵字: access數據庫 - 本站搜索 - Google搜索 - Baidu搜索 - Yahoo搜索 - sougo搜索
ASP連接access數據庫例程
注意:要運行上述ACCESS例程請先下載數據庫,放在db 或 rwdata文件夾下。請將例程放在根目錄下。
<%
Dim mode
mode=request.form("text4")
if mode=1 then
name=request.form("text1")
age=request.form("text2")
addr=request.form("text3")
if not isnumeric(age) then response.write "age must be number!try again":response.end
age=clng(age)
end if
'********************************************************************
' 與AccessDB相關的連接信息
' 可以參照它建立您的數據庫連接
'********************************************************************
Dim conn,rs,dbpath
Set conn=Server.CreateObject("ADODB.Connection")
Set rs=Server.CreateObject("ADODB.RecordSet")
dbpath=Server.MapPath("rwdata/db_test_com.mdb")
conn.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ="&dbpath
'********************************************************************
'********************************************************************

dim strsql
'********************************************************************
' 讀數據庫相關操作
sub readdb()
strsql="select * from test"
rs.open strsql,conn,1,1
if rs.EOF then response.write "no record at all":exit sub
response.write "

"
response.write "
"
for i=0 to rs.Fields.Count-1
response.write "
"
next
response.write "
"
while not rs.EOF
response.write "
"
for i=0 to rs.Fields.Count-1
response.write "
"
next
response.write "
"
rs.MoveNext
wend
response.write "
"&rs.Fields(i).Name&"
"&rs.Fields(i).Value&"
"
rs.Close
end sub
'********************************************************************


'********************************************************************
' 寫數據庫相關
sub insertdata()
strsql="INSERT INTO test(name,age,addr) VALUES('"&name&"',"&age&",'"&addr&"')"
rs.Open strsql,conn,1,3
end sub
'********************************************************************

if mode=1 then
call insertdata()
response.write "insert ok!"
elseif mode=2 then
call readdb()
end if

'********************************************************************
' 釋放數據庫連接對象
set rs=nothing
set conn=nothing
%>







name:
age:
city:






注意:要運行上述ACCESS例程請先下載數據庫,放在rwdata文件夾下。請將例程放在根目錄下。




上一篇:空間生效后如何通過Leapftp上傳網頁?
下一篇:FTP工具,空間生效后如何通過flashfxp上傳網頁?

旗下網站:耐思智慧 - 淘域網 - 我的400電話 - 中文域名:耐思尼克.cn 耐思尼克.top

耐思智慧 © 版權所有 Copyright © 2000-2025 IISP.COM,Inc. All rights reserved

備案號碼: 粵ICP備09063828號  公安備案號: 公安備案 粵公網安備 44049002000123號  域名注冊服務機構許可:粵D3.1-20240003 CN域名代理自深圳萬維網

聲明:本網站中所使用到的其他各種版權內容,包括但不限于文章、圖片、視頻、音頻、字體等內容版權歸原作者所有,如權利所有人發現,請及時告知,以便我們刪除版權內容

本站程序界面、源代碼受相關法律保護, 未經授權, 嚴禁使用; 耐思智慧 © 為我公司注冊商標, 未經授權, 嚴禁使用

法律顧問:珠海知名律師 廣東篤行律師事務所 夏天風 律師

欢迎光临: 高雄县| 亳州市| 米脂县| 阿拉尔市| 双江| 吉木萨尔县| 扎赉特旗| 平山县| 竹北市| 棋牌| 铜鼓县| 晋中市| 丘北县| 开封市| 庄河市| 澄城县| 驻马店市| 闵行区| 高陵县| 郑州市| 会宁县| 淮安市| 白玉县| 二连浩特市| 苍溪县| 大方县| 石家庄市| 定安县| 出国| 顺昌县| 安宁市| 宁波市| 巴南区| 怀柔区| 南平市| 大埔县| 湟中县| 阿城市| 浦城县| 吴川市| 望江县|