Updateable Query Error
The following code:
SQL = "UPDATE Members "
+ "SET Nursery = 1 "
+ "WHERE ID = "
+ NonVolunteerMember;
adoConnection.Execute(SQL);
gives the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/Scheduling/AddVolunteerToListSQL.asp, line 51
What does this mean? I have previously used this identical code and it worked. I am in the process of moving files around and this error has cropped up. Does it have anything to do with the way the table field is set up within access (2000). The data type is Yes/NO and the format field is blank.
Thanks,
Rich
__________________
Ego is a faithful friend; He stays with us all the way to the crater.
|