C# DataAdapter and DataSet with multiple table

前端 未结 2 1146
盖世英雄少女心
盖世英雄少女心 2020-12-19 09:03

I have read from many places that it is possible to fill a DataSet with multiple tables using a DataAdapter. It also does not say whether a single Update call can update all

2条回答
  •  时光说笑
    2020-12-19 09:58

    May be these article will help:

    • Fill DataSet with multiple Tables and update them with DataAdapter
    • C# Dataset with multiple tables - OLEDB

    Following official articles also very useful information:

    • Navigating Multiple Related Tables in an ADO.NET Dataset
    • Populating a DataSet from a DataAdapter (ADO.NET)

    Look at the "Populating a DataSet from Multiple DataAdapters" section in above article.

提交回复
热议问题