Click here to Skip to main content
15,897,273 members

Comments by Member 13814158 (Top 10 by date)

Member 13814158 3-Jul-18 16:07pm View    
?
Member 13814158 25-Jun-18 7:01am View    
@Richard Mac Cutchan , thx for your answer. When I do it without a parse like this pst.setObject(4, listDay.getSelectedValue());
pst.setObject(5, listTime.getSelectedValue()); does not work too
Member 13814158 7-Jun-18 12:03pm View    
I am SORRY
@Richard Deeming. Thank you so much for your answer. I have a UI in java and there I get in the JTable all the information from the database when I click on a button. But I just wanted to show the datasets which are new. This means when there are don't exist new datasets there would be no new output, just when there is a new dataset, it should only update the new one into the jTable. I hope that is not confusing :(
Member 13814158 26-May-18 6:28am View    
and I get an type dismatch for "txtfldName and rs.getString("Name")
Member 13814158 26-May-18 6:13am View    
@wseng I followed your post but nothing happens. I get these message when I start it with the debugger: Source not found Event Dispatch Thread.. I really don't know what that means. I am really confused.