数据保存出此错误信息:Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information.
经查是因为做了一个备份表,而影响了数据表tablename的结构,导致pk不见,而备份tablename1的pk 为tablename_pk,造成了冲突,使得DS分不清是非.
看来数据更新备份的时候要再慎重再小心.

相关文章:

  • 2022-12-23
  • 2021-04-02
  • 2021-04-29
  • 2022-12-23
  • 2021-05-11
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
猜你喜欢
  • 2021-09-16
  • 2021-05-20
  • 2021-12-08
  • 2022-01-05
  • 2022-01-12
  • 2021-05-18
  • 2022-01-27
相关资源
相似解决方案