I'm using data adapters and datasets from the toolbox, rather than code for this project.
If I want the automatic Insert, Update & Delete statements, I can only put one table in the data adapter. I can add plenty to a single dataset, though. To get these statements, do I have to add a data adapter for each table, but can use just one dataset? There's probably ten tables. Thanks.