怎么更新access里的是/否字段???我用了以下办法都不行???大家帮忙给看看??谢谢了
<INPUT type = radio value =1 name = "location " checked> 是
<INPUT type = radio value =0 name = "location "> 否
if request( "location ")= "1 " then
reObj( "isright ")=true (另外1,-1 我也试了不行,)
else
reObj( "iswrong ")=true
end if
------解决方案--------------------update 之.数据库没有更新..
------解决方案--------------------语句没问题。具体提示什么错误?
------解决方案--------------------reObj( "iswrong ")=request( "location ")