M
Mike Lerch
I need a bit of guidance if someone has a second.
If I have a dataset with a lot of records, and I have a form that
allows users to edit and/or add a lot of records at once, what do my
insert and update statements need to look like?
For instance, assume that I'm using Northwind and I use the query
"select supplierID, companyname, contactname from suppliers" as my
select query. Assume I have a form that lets the user edit a bunch of
contactnames all at once and then click a submit button. What would
the insert and update statements look like?
I guess the real question is whether the dataset fires the insert,
delete and update commands *per row* or whether it somehow does it for
the whole dataset.
Any help is greatly appreciated; I hope this isn't too vague!
Lerch
If I have a dataset with a lot of records, and I have a form that
allows users to edit and/or add a lot of records at once, what do my
insert and update statements need to look like?
For instance, assume that I'm using Northwind and I use the query
"select supplierID, companyname, contactname from suppliers" as my
select query. Assume I have a form that lets the user edit a bunch of
contactnames all at once and then click a submit button. What would
the insert and update statements look like?
I guess the real question is whether the dataset fires the insert,
delete and update commands *per row* or whether it somehow does it for
the whole dataset.
Any help is greatly appreciated; I hope this isn't too vague!
Lerch