V
Vayse
Hi
If I add a query to a table adapter, it updates the database. For example
Me.ScheduleTableAdapter.DeleteByAsset(Me.txtAssetCode.Text)
will delete all schedules for the asset. Is there something similiar that
would effect just the dataset? That is, not update the database until I ran
my save routines?
Thanks
Vayse
If I add a query to a table adapter, it updates the database. For example
Me.ScheduleTableAdapter.DeleteByAsset(Me.txtAssetCode.Text)
will delete all schedules for the asset. Is there something similiar that
would effect just the dataset? That is, not update the database until I ran
my save routines?
Thanks
Vayse