Posts by Giovani Julio Boaretto • 1 point
1 post
-
0
votes2
answers62
viewsQ: Database Image Inclusion - Longblob
I am coding a simple register, where it also needs to record a photo in the database, which should be the Tibo BLOB. This is my Class Person: public class Pessoa { private Integer idPessoa; private…