I'm able to connect to a Paradox database with ADO and read the tables and their schema, but when I try to update I get an error message like 'Cannot update - database or object is read-only' or if I execute directly on the connection object I get an error like 'operation must use an updateable query'. Any ideas? Help!?