conn.execute "delete from [user] where userid=" & userid & ""由于是自动编号的ID字段,所以其数据类型为数值,而数值在where语句中是不能用‘’括起来的。
确定'"&userid&"'" 中的userid是整形数字而不是字符串