Posts by Falco404 • 41 points
5 posts
-
0
votes1
answer459
viewsQ: Convert Imageicon to Image or Imageicon to Bufferedimage
I’m having trouble finding ways to convert ImageIcon for Image or if possible ImageIcon for BufferedImage in order to be able to save it in the database. I did some research on the internet but the…
-
1
votes0
answers30
views -
0
votes0
answers51
viewsQ: Convert Bufferedimage to BLOB - DERBY - NETBEANS JAVA
I created an object with several parameters and all data is entered inside the database except the last of type BufferedImage. I have already converted it to bytes (or at least think). It is a jpg.…
-
0
votes1
answer67
viewsA: Select with a return of several values from several columns
I managed to solve the problem, follow the steps below for future solutions in case someone needs: SELECT colunaA as ApelidoPadrao FROM tabelaA Where colunaA like '%Suamensagem%' UNION -- Esse é o…
-
2
votes1
answer67
viewsQ: Select with a return of several values from several columns
Greetings! This is my first post, I hope I can be helped and also help a lot in this journey with you! So any formatting error ask only patience until the patterns here are adequate! Well, my first…