fixed database location

This commit is contained in:
Asecave
2021-10-05 18:42:20 +02:00
parent 9facddedf3
commit 41bc9e4dcd
3 changed files with 0 additions and 1 deletions

View File

@@ -39,7 +39,6 @@ public class Stundenplan implements SelectionListener {
// Lehrer abfragen und ein Auswahlfeld erstellen, dass in der // Lehrer abfragen und ein Auswahlfeld erstellen, dass in der
// GUI angezeigt wird, um den angezeigten Stundenplan anzupassen // GUI angezeigt wird, um den angezeigten Stundenplan anzupassen
dbc.executeStatement("SELECT kuerzel FROM lehrer"); dbc.executeStatement("SELECT kuerzel FROM lehrer");
System.out.println(dbc.getErrorMessage());
r = dbc.getCurrentQueryResult(); r = dbc.getCurrentQueryResult();
String[] teachers = new String[r.getRowCount()]; String[] teachers = new String[r.getRowCount()];
for (int i = 0; i < r.getRowCount(); i++) { for (int i = 0; i < r.getRowCount(); i++) {

Binary file not shown.

Binary file not shown.