ASP编程中连接数据库和数据库操作的常用代码(3)


rs.addnew 添加记录到数据表末端 
rs.update 更新数据表记录 


判断所填数据是数字型

if not isNumeric(request("字段名称")) then 
response.write "不是数字" 
else 
response.write "数字" 
end if

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/2562.html