I try to connect a sqlite- database via odbc (http://www.ch-werner.de/sqliteodbc/).
I copied a table and added a primary key column to achieve this.
The table without PK (but with other constraints) is write protected, the table with PK seems to be writable. I can open the table, change the content of a field but if I want to move to another row to save the changes I get an write conflict error, row has been changed in the mean time. Of course no one changed this.
Has anybody an idea what I can/must do?
I copied a table and added a primary key column to achieve this.
The table without PK (but with other constraints) is write protected, the table with PK seems to be writable. I can open the table, change the content of a field but if I want to move to another row to save the changes I get an write conflict error, row has been changed in the mean time. Of course no one changed this.
Has anybody an idea what I can/must do?