access数据库的asp问题-参数不足,期待是1

来源:百度知道 编辑:UC知道 时间:2024/05/18 00:03:56
function guestAccussful
if Goods=1 then
response.write "<strong><font size=4>Hello! You are welcome!!</font></strong><br>"
response.write "<br>I'll answer in no time,Please enjoy the staying.<br>"
else
response.write "<br>Thank you for your "&chooseGoods(Goods-1)
response.write "<br>I'll answer in no time,Please enjoy the staying.<br>"
end if
response.write "<br>Time:"&ndatetime
end function

rem -----------------------
rem ---显示成功函数结束----
rem -----------------------

First_Name=request("First_Name")

Last_Name=request("Last_Name")

Address=request("Address")

City=request("City")

State=request("State")

Zip=request("Zip")

Phone=request("Ph

几本上是你的数据库里没有对应的字段会出这种错误。你要确认你的数据库里表名为guest的表有以下字段
First_Name,Last_Name,Address,City,State,Zip,Phone,Email,Email_Confirm,Product_Name,Date_Purchased,Where_Purchased,Purchase_Price,Problem_Question

有字段为空或少字段

a