M
mklapp
Hello,
I am pulling a group of rows from a SQL Server DB. It
has a multicolumn primary key.
If I change a component of the key, will the Adapter's
Update method be able to get the changes into the DB
(deleting old rows and adding new ones) or will I need to
delete the old rows in one loop, then add new ones in
another loop?
mklapp
I am pulling a group of rows from a SQL Server DB. It
has a multicolumn primary key.
If I change a component of the key, will the Adapter's
Update method be able to get the changes into the DB
(deleting old rows and adding new ones) or will I need to
delete the old rows in one loop, then add new ones in
another loop?
mklapp