且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用datagridview C#更新数据库

更新时间:2023-02-08 17:31:07

在网上查看SqlDataAdaptor更新方法



iirc,鉴于你的代码,它看起来像



Have a look on the net for SqlDataAdaptor Update method

iirc, given your code, it would look like

sda.Update(dt);





但我不确定你还需要做什么,即前提条件



but Im not sure what else you would need to do ie pre-conditions