
Code (Java):
public class UserAccess {
public static void viewProfile(String username, String password,Connection connect) throws SQLException {
try {
String viewprofile = MYSQL-Abfrage....; // eingekürzt
Statement statement = connect.createStatement();...
public static void viewProfile(String username, String password,Connection connect) throws SQLException {
try {
String viewprofile = MYSQL-Abfrage....; // eingekürzt
Statement statement = connect.createStatement();...
Var aus While-Schleife abfragen -.-'
0 commentaires:
Enregistrer un commentaire