Ok, I have a slight issue, I have the following line of code:
and can't figure out how to get it to correctly pass the variables...mainly the mass amount of quotations is killing me, can any solve the dilemma?stmt.executeUpdate("INSERT INTO Customer VALUES (" + FName + "," + LName + "," + Addr + "," + Phone + "," + Email + ")");