http://support.microsoft.com/kb/316758/zh-tw
原因是填充这个DATATABLE时,没有设置主键
解决办法,加上默认主键
myadapter.MissingSchemaAction = MissingSchemaAction.AddWithKey;
文章来源:http://wengjinbao.cn/?tid=528
http://support.microsoft.com/kb/316758/zh-tw
原因是填充这个DATATABLE时,没有设置主键
解决办法,加上默认主键
myadapter.MissingSchemaAction = MissingSchemaAction.AddWithKey;
相关文章: