Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的项目中创建了 .sdf 数据库。
为我的基地创建了数据集。所以我正在使用这个 DataSet 对象,并使用 DataGridView 向表中添加新行。
然后我想将所有更改保存回 .sdf 数据库。
我怎么能简单地做到这一点?我确信有一些东西可以从 DataSet 自动更新到数据库。
使用SqlDataAdapter已SqlCommands为每一行设置的 a。有关如何使用 DataAdapter 的更多信息,请参见此处。
SqlDataAdapter
SqlCommands