The rest of this code is irrelevant. The relevant part is in that
opendatacon sub. See here:
http://www.aspfaq.com/show.asp?id=2062

Signature
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob wrote on Sun, 6 May 2007 18:44:25 -0400:
>> CALL OPENDATACON
> The rest of this code is irrelevant. The relevant part is in that
> opendatacon sub. See here:
>
> http://www.aspfaq.com/show.asp?id=2062
I'd say it's in the OPENRS function - that's where the recordset is created,
and so will likely be where the additional properties need setting to make
the recordset updateable.
Dan
Bob Barrows [MVP] - 09 May 2007 14:47 GMT
> Bob wrote on Sun, 6 May 2007 18:44:25 -0400:
>
[quoted text clipped - 7 lines]
> created, and so will likely be where the additional properties need
> setting to make the recordset updateable.
It may, but in my experience, "updatable cursor" problems, unless being
caused by the SQL being used to open the recordset (multiple tables being
joined, calculated columns), are almost always caused by lack of permissions
for the folder containing the database, as described in the article.

Signature
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"