
controling transaction using dataset and sqldataadapter
hi
I am using dataset,dataview and sqladapter to
add,insert or delete the data from and to tables.
To save data i am using sqladapter.update(dataset).
can I control transaction i.e. commit and rollback
using dataset,dataview and sqladapter.In my code i am not
using sqlcommand and sqltransaction to control the
transaction.
any suggestions and if possible code also.
thanks