S
Stefano Meier
I have a dataset with a DateTime field, each time i make an update i have to
update also that field with the actual date time, but with the DB date and
time,
somthing like:
UPDATE mytable SET datechanged=GETDATE() WHERE id=....
It's possible by setting something in the dataset or i have to change the
updatecommand of the dataadapter?
update also that field with the actual date time, but with the DB date and
time,
somthing like:
UPDATE mytable SET datechanged=GETDATE() WHERE id=....
It's possible by setting something in the dataset or i have to change the
updatecommand of the dataadapter?