Normal
Da ist die Lösung[CODE=java]Properties prob = new Properties();prob.setProperty("foreign_keys", "true");connection = DriverManager.getConnection(CONNECTION_STRING, prob);[/CODE]
Da ist die Lösung
[CODE=java]Properties prob = new Properties();
prob.setProperty("foreign_keys", "true");
connection = DriverManager.getConnection(CONNECTION_STRING, prob);[/CODE]