关于asp如何一次添加多条数据到access数据库
2个回答
展开全部
abc=request("texthuohao1")&"/"&request("texthuohao2")&"/"&request("texthuohao3")&"/"&request("texthuohao4")&"/"&request("texthuohao5")&"/"&request("texthuohao6")&"/"&request("texthuohao7")&"/"&request("texthuohao8")&"/"&request("texthuohao9")&"/"&request("texthuohao10")&"/"&request("texthuohao11")&"/"&request("texthuohao12")&"/"&request("texthuohao13")&"/"&request("texthuohao14")&"/"&request("texthuohao15")&"/"&request("texthuohao16")&"/"&request("texthuohao17")&"/"&request("texthuohao18")&"/"&request("texthuohao19")&"/"&request("texthuohao20")
texthh=split(abc,"/")
for i=0 to ubound(texthh)
Set Rs=Server.createobject("ADODB.Recordset")
Rs.open "select * from Sell_OrderInfo",conn,1,3
Rs.addnew
Rs("I_huohao")=texthh(i)
Rs.update
Rs.close
Set Rs=nothing
next
测试下,有不懂的,追问即可,在线的。
texthh=split(abc,"/")
for i=0 to ubound(texthh)
Set Rs=Server.createobject("ADODB.Recordset")
Rs.open "select * from Sell_OrderInfo",conn,1,3
Rs.addnew
Rs("I_huohao")=texthh(i)
Rs.update
Rs.close
Set Rs=nothing
next
测试下,有不懂的,追问即可,在线的。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询