I get the following error message when I try to run the AddNew method of a DAO recordset:
Object or Database is read only.

The database is accessed over ODBC to a SQL 7.0 server.

The same code works fine with a ODBC connection to a SQL 6.5 server.

What can I try?