Hi. I want to know whether it is possible to use correctly a DataCombo with a ReadOnly Recordsed. I've used a DataCombo with a Pessimist RecordSet and I don't have any problems, but when I change the Recordset to a Recordset with LockType = adLockReadOnly, it doesn't work. I think that the DataCombo tries to update the ReadOnly Recordset, and, because it is not possible (of course) an error is raised.
So, Is it possible to use a DataCombo with a ReadOnly RecordSet?
Thanks.
So, Is it possible to use a DataCombo with a ReadOnly RecordSet?
Thanks.