http://www.hubro.net/item/868/

http://support.microsoft.com/kb/316758/zh-tw
原因是填充这个DATATABLE时,没有设置主键
解决办法,加上默认主键
myadapter.MissingSchemaAction = MissingSchemaAction.AddWithKey;


文章来源:http://wengjinbao.cn/?tid=528

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
相关资源
相似解决方案