Posts by Renoir • 91 points
6 posts
-
5
votes1
answer587
viewsQ: Convert String from Jtextfield to Calendar
How to perform input conversion via Swing’s Jtextfield via JDBC ? public class DadosPessoais { private Calendar dataNascimento; public Calendar getDataNascimento() { return dataNascimento; } public…
-
0
votes1
answer349
views -
2
votes1
answer1061
views -
0
votes4
answers364
viewsA: Error saving form data in php
Thanks guys, besides missing "," before rec_medicas, I followed the steps of using parameters in querys. The corrected code: <?php include('connection.php'); $matricula =…
-
0
votes4
answers364
viewsQ: Error saving form data in php
I’m having trouble passing data from an html form to be processed into a. php file No error message.` <html> <head> <title>Cadastro</title> </head> <body>…
-
1
votes0
answers467
viewsQ: C# Desktop System Integration with ASP . NET WEB System
I have a C# Desktop System and the data is recorded in Sqlserver. How can I write this data simultaneously to a WEB system developed in ASP . NET ?