D
DG
I have a dataset with two tables, and i modified rows in both.
Can i use adapter to update both tables in one command.
Also i'd like to do that with transaction (all or none changes apply)
Is it possible to use VS generated adapters for this purpose?
Thanx.
(SqlServer 2000 is DB)
Can i use adapter to update both tables in one command.
Also i'd like to do that with transaction (all or none changes apply)
Is it possible to use VS generated adapters for this purpose?
Thanx.
(SqlServer 2000 is DB)