BOne 8.82
So if I set a value in a recordset to a value such as
oRecordSet.Fields.Item("myDateColumn").Value = Date.Today
will it automatically update on the row that the recordset is on like in an adodb connection?
Thank you for your assistance