使用sqlalclhemy執(zhí)行插入數(shù)據(jù)時(shí)報(bào)下面的錯(cuò):
b'Cannot find the object "Products" because it does not exist or you do not have permissions
模型中表結(jié)構(gòu)如下:
class Products(db.Model):
ID = db.Column(db.Integer, primary_key=True)
除了插入外解孙,查詢嗅虏、修改、刪除都正常疙咸,權(quán)限也正常竭望。
通過顯示SQL命令宙拉,發(fā)現(xiàn)在執(zhí)行 SET IDENTITY_INSERT [Products] ON 后報(bào)錯(cuò)例朱。