I have created over and over a very simple database to catalogue some artefacts for a conservation report. I use a simple form for data entry and everything seems to work for 4 or 5 entries until suddenly I get this message:
Κατάσταση SQL: S1000
Κωδικός σφάλματος: 40
S1000 General error java.lang.NullPointerException in statement [INSERT INTO “Πίνακας_Εγγραφές” ( “Κτήριο”,“Συνοικία”,“Τοίχος”,“Φωτό1”,“Χώρος”) VALUES ( ?,?,?,?,?)]
or this:
Κατάσταση SQL: S1000
Κωδικός σφάλματος: 98
java.io.IOException: java.lang.NullPointerException in statement [INSERT INTO “Πίνακας_Εγγραφή” ( “Κτήριο”,“Συνοικία”,“Τοίχος”,“Υλικά_Κατασκευής”,“Φωτό1”,“Χώρος”) VALUES ( ?,?,?,?,?,?)]
Form won’t save and all the data is lost or tables don’t open at all and I get this message:
Κατάσταση SQL: S1000
Κωδικός σφάλματος: 40
S1000 General error java.lang.NullPointerException in statement [SELECT * FROM “Πίνακας_Εγγραφές”]
At first I thought it might have something to do with interconnected tables and form with subform design but I get the same errors even with the simplest single table DB.
Is Base temperamental or am I doing something terribly wrong?
Libreoffice 5.2.1.2 (x64)
Windows 10
Java RE 1.8.0_102 installed and activated.