dim cn as new adodb.connection
cn.open "..."
rst7.open "select yesno from book where bookid='" & bookid & "'",cn
rst7("yesno") = false
rst7.Update  '写入到表里