Posts by Daivid • 19 points
2 posts
-
-3
votes2
answers6070
viewsQ: Convert Jtextfield to integer and save to bd
I have a JTextField which is populated from the database as text, would like to save in another BD as int. Could someone please help me? My code: String sql = "INSERT INTO ass_cidade(id_cidade)…
-
0
votes0
answers399
viewsQ: How to save the selected line of a Jtable in the BD?
I have a JTable which fills the database, where I can select several lines at the same time with the Boolean field that has been added. I need that when you click the "record" button on mine form…