Skip to content
Snippets Groups Projects
Commit 9ca65355 authored by SIMONVOLLENDORF\Simon's avatar SIMONVOLLENDORF\Simon
Browse files

- geringfügige Änderungen am RegControl, offene Fragen

parent fb0e70e1
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,13 @@ public class RegistrationControl {
try {
con = DriverManager.getConnection(url);
st = con.createStatement();
sql_update = "INSERT INTO "; //erweitern
//wie wird die UserID vergeben?
//benutzername soll was sein? Vorname und Nachname?
//fachbereich muss noch in View hinzugefügt werden
//adresse am besten in der DB in User hinterlegen
sql_update = "INSERT INTO \"ERR\".\"user\"()"
+ ""; //erweitern
st.executeUpdate(sql_update);
} catch (Exception ex) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment