G
Guest
In 'Data Adapter Configuration Wizard' for OleDbDataAdapter, there's a
checkbox called 'Use optimistic concurrency' that allows to turn on/off the
option. I don't use the wizard, I create MyDataAdapter using the following,
MyDataAdapter = new New OleDbDataAdapter(MySql, MyDatabase)
The question is how to turn off the 'Use optimistic concurrency' option in
my case. Thanks.
checkbox called 'Use optimistic concurrency' that allows to turn on/off the
option. I don't use the wizard, I create MyDataAdapter using the following,
MyDataAdapter = new New OleDbDataAdapter(MySql, MyDatabase)
The question is how to turn off the 'Use optimistic concurrency' option in
my case. Thanks.