ADO VBSCRIPT - Unable to update dataset via recordset.

From: David Martin (NoOne_at_skill-it.com)
Date: 12/22/04


Date: Wed, 22 Dec 2004 13:06:12 +0100

Would appreciate some help with this - I am getting the following error and
cannot understand why

ADODB.Recordset error '800a0cb3' Current Recordset does not support
updating. This may be a limitation of the provider, or of the selected
locktype.

/Propupdate.asp, line 73



Relevant Pages

  • Re: ADO update fails in C++.NET
    ... The recordset might have lock type readonly. ... > You won't get any updating then. ... > CursorType, LockType and CursorLocation and check against the ADO constants. ...
    (microsoft.public.data.ado)
  • RE: Checkbox values at run time
    ... and you said that you need to make sure that the number of checkboxes is ... not less than the number of records in the recordset you are looking at. ... Microsoft Online Community Support ... or a Microsoft Support Engineer within 1 business day is acceptable. ...
    (microsoft.public.access.forms)
  • Re: Display data from ODBC table
    ... Have you tested updating the data in the DatasheetView of the Query? ... If you can in the above, you might have set the Recordset Type of the Form ... If you can't update in the DatasheetView then the problem is in the Query. ... Check your permissions on the SQL Server. ...
    (microsoft.public.access.forms)
  • Re: the expected version of the prouct was not found on your system
    ... You don't mention what version of Office you are updating; ... software and get support from them for updating it. ... Equipment Manufacturers) are expected to support what they install. ... > after serveral hours of down load time for sp1 and sp2. ...
    (microsoft.public.officeupdate)
  • Re: Making the move from DAO to ADO, Seek does not work
    ... Seek has a limited support. ... What I would suggest to use is a Find method of ADO recordset or use SELECT ... > Private Sub Form_Load ... > Set adoCustomerRS = New Recordset ...
    (microsoft.public.vb.database.ado)