Posts by Gabriel Puehler • 69 points
5 posts
-
2
votes0
answers218
viewsQ: Use a Controller to connect routes with asynchronous functions [Node]
Good night! I’m having doubts about something that seems easy, but I’m not getting out of place. The idea would be to utilize the GET method to recover users from the database, but would like to use…
-
2
votes2
answers824
viewsQ: Toggle status (True/False) by clicking a button - Javascript
Good night! I am testing and learning JS, and there was a doubt that so far I could not solve. I have a simple HTML page, where the idea is that every time I click a button, I want it to have an…
-
-1
votes1
answer636
viewsQ: JS - Cannot read Property 'value' of null
Good night! I’m studying JS and I came across a problem apparently common but I’m not able to solve. I have the JS, where I create a variable for the user and password, and put in the end the…
-
0
votes0
answers48
viewsQ: Doubt for database structuring - SQL Server
Good night! I would like to ask for help to have some ideas, I will explain more or less what I would like: Let’s say I have two databases, one to serve as Central (receives information from various…
-
0
votes1
answer87
viewsQ: Method to insert into the database is not pulling value [JAVA]
Good night! I’m trying to do a college job (JAVA), and I have to insert the client data into the database (Mysql), I have a Client class, a form, and the database class. Form calling method for…