Skip to Content
0
Apr 16, 2018 at 07:51 PM

Are Business One Recordsets constantly connected in the database?

69 Views

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