Posts by Raphael Melo • 11 points
2 posts
-
1
votes1
answer7063
viewsQ: Configure Mysql connection in eclipse
I wonder if you have how to make a connection to Mysql by Eclipse. Thanks in advance.
-
-1
votes2
answers696
viewsQ: Insert Image into a table already created
I have two tables - alunos(id, nome, email...) and fotos(id, imagem, id_aluno). I need to add an image to each student already created. I had an idea to make a select that shows all students and…