Posts by Wesley Costa • 159 points
9 posts
-
-1
votes1
answer290
viewsQ: Campo Jtextfield
How to convert a component JTextField for type Date? How to do research? How to create a query for the bank by returning a list of orders according to a date range? Follows the code currently used:…
-
0
votes1
answer1412
viewsQ: Search by date range
How to create a query for the Oracle database by returning a list of orders according to a date range? Follows the code currently used: if (opcaoBusca.getSelectedIndex() == 0) {…
-
1
votes1
answer84
viewsQ: Write only one field to the database
How do I record only one of these fields select? Statement stmt = con.createStatement(); ResultSet RS = null; RS = stmt.executeQuery("select codplpag, descricao from pcplpag ORDER BY 1,2");…
-
1
votes1
answer7551
viewsQ: Pick up the selected item in Jcombobox
How do I get the user selected item on this Combobox? opcaoBusca.setModel(new DefaultComboBoxModel(new String[] {"Op\u00E7\u00E3o da Busca", "N\u00FAmero do Pedido"})); entBusca = new…
-
0
votes1
answer273
viewsQ: Combobox with PHP status change in database
How can I change the Status Field in the database via Combobox in PHP? I did it mount a change of status with onclick, but now I need to change with Combobox. //PERMISSÃO Nº31 = BLOQUEAR/DESBLOQUEAR…
phpasked Wesley Costa 159 -
2
votes1
answer4268
viewsQ: How to select only the days of the week?
How do I take only weekdays, excluding weekends, using SQL? I need to notify the customer about some debt, and if it is Friday I can’t charge it because it will start the weekend, he will have…
sqlasked Wesley Costa 159 -
4
votes2
answers272
viewsQ: Java Infinite Loop
Guys how do I take the Infinite Loop out of this class? Every time it is the last database information he keeps sending email. public class Dia06 { public static final long TEMPO = (14 * 1440);…
javaasked Wesley Costa 159 -
3
votes1
answer724
viewsQ: Timetask scheduling Java Tasks
I’m trying to set up some task cycles in Timetask so that it happens every day at a certain time, could someone give me a tutorial or some example that employs this question ? What happens is it…
-
2
votes2
answers537
viewsQ: Automatic e-mail picking up data from Oracle database
I have to do a Java project that automatically sends an email taking data such as name, CNPJ, etc. in the Oracle database every day at 10:00 am. How to create this?
java-eeasked Wesley Costa 159