M
Mike Klaene
Being a UNIX guy migrating to the .NET world, I am trying to come to
grips with ADO.NET from C#.
Connecting to the SQL Server and reading in the selected data item, in
this case operator and control row, was quite easy. Now I wish to simply
update the record to say indicate that this operator is "logged on" as
of the current date/time.
Only a single row from the table is in the DataSet. The date/time is
updated. It works using the SqlCommandBuilder. Is there a better way?
Thanks,
Mike
..
grips with ADO.NET from C#.
Connecting to the SQL Server and reading in the selected data item, in
this case operator and control row, was quite easy. Now I wish to simply
update the record to say indicate that this operator is "logged on" as
of the current date/time.
Only a single row from the table is in the DataSet. The date/time is
updated. It works using the SqlCommandBuilder. Is there a better way?
Thanks,
Mike
..