Danke jetzt gehts
Die Suche ergab 2 Treffer
- Sonntag 12. Oktober 2008, 16:52
- Forum: Datenbankprogrammierung mit Python
- Thema: execute ist read-only
- Antworten: 2
- Zugriffe: 3065
- Sonntag 12. Oktober 2008, 16:18
- Forum: Datenbankprogrammierung mit Python
- Thema: execute ist read-only
- Antworten: 2
- Zugriffe: 3065
execute ist read-only
Ich habe folgendes Problem: Sobald ich versuche Daten in eine SQLite Datenbank zu schreiben kommt folgende Fehlermeldung:
AttributeError: 'sqlite3.Cursor' object attribute 'execute' is read-only
Hier mal der ganze Code:
...
connection = sqlite3.connect("adressen.db")
cursor = connection.cursor ...
AttributeError: 'sqlite3.Cursor' object attribute 'execute' is read-only
Hier mal der ganze Code:
...
connection = sqlite3.connect("adressen.db")
cursor = connection.cursor ...
