数据库删除不成功,不懂得别进来!!高分!!
z = "delete word from word,user_info where word.passwod='" & Text2.Text & "' and word.id = user_info.id "
w = "delete user_info from word,user_info where word.password='" & Text2.Text & "' and word.id =user_info.id"
DBopen.Execute w
DBopen.Execute z
程序执行后提示:specify the table containing the records you want to delete
翻译后:指定的表包含你想要删除的纪录“
为什么??清高手指点!!!谢谢!!