这句也有错:
cn.Execute("delete from book where name='123'")
错误提示:无法从指定的数据表中删除。
修改也有错:
cn.Execute("update book set word='123' where name='123'")
错误提示:操作必须使用一个可更新的查询。
现在只能查询!
cn.Execute("delete from book where name='123'")
错误提示:无法从指定的数据表中删除。
修改也有错:
cn.Execute("update book set word='123' where name='123'")
错误提示:操作必须使用一个可更新的查询。
现在只能查询!