I have error message, i tried many ways but still confused with it
"java.lang.IllegalArgumentException: column 'foto' does not exist. Available columns: [Email, nama, password, no.telepon, alamat]"
Are you sure that table datapengguna has a column named foto of type TEXT (or equivalent depending on the DBMS used)?
The error message shows 5 columns but no "foto" among them.
Are you sure that table datapengguna has a column named foto of type TEXT (or equivalent depending on the DBMS used)?
The error message shows 5 columns but no "foto" among them.