Hello I have a Jtable and a JFormattedTextField where I input the values to insert into the database. I used PreparedStatement but the output gives an error [SQL0418] Utilização de marcador de …
Tag: jtable
Is there a way that i can highlight or colour various table rows based on data entered in textfield?
What i’m trying to do it’s highlight the serial number that i scan from a box of items. So when i scan the S/N. My idea is that the table, which contains the items in the box, change their color. My …
How can I delete or update a record sql from JTable in Java Swing
I’m coding on a java Swing sql project. I’m stuck at deleting and updating an information record. I can add a new record normally but can’t update or delete one. When I delete, it will notify ‘can’t …
Update cell in jTable using SQL
I want to know how I can update specific cells in jTable (in Java) using SQL. This my try but it doesn’t work. Note: I am working in Netbeans. Answer finally I’ve found the correct answer the following code will explain every thing thanks for every one helped me