Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using DataCombo with ReadOnly Recordsets

Status
Not open for further replies.

Lekar

Programmer
Sep 7, 2001
85
CR
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top